亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

serial

serial是路由器中的串行接口。
  • 1、 求當前會話的SID

    1、 求當前會話的SID,serial# SELECT Sid, serial# FROM V$session WHERE Audsid = Sys_Context( USERENV , SESSIONID )

    標簽: SID

    上傳時間: 2017-02-25

    上傳用戶:liuchee

  • ------------------------ 單片機與PC通信實例 功能:從PC機串口端接收13個字節的數據

    ------------------------ 單片機與PC通信實例 功能:從PC機串口端接收13個字節的數據,然后將接收到的數據加上 "serial Port OK!"的后綴后,發送給PC作為應答

    標簽: 單片機 PC機 串口 通信

    上傳時間: 2013-12-08

    上傳用戶:qilin

  • Builder uses to integrate a larger system module. Each component consists of a structured set of fi

    Builder uses to integrate a larger system module. Each component consists of a structured set of files within a directory. The files in a component directory serve the following The RS232 UART Core implements a method for communication of serial data. The core provides a simple register-mapped Avalon廬 interface. Master peripherals [such as a Nios廬 II processor] communicate with the core by reading and writing control and data registers.

    標簽: structured integrate component consists

    上傳時間: 2014-01-15

    上傳用戶:lnnn30

  • SecureCRT 是高度可定制的終端仿真器

    SecureCRT 是高度可定制的終端仿真器,適用于 Internet 和 Intranet,支持 IPv6 標準。對于連接到運行 Windows、UNIX 和 VMS 的 遠程系統來說,SecureCRT 是理想的選擇。 主要特性: . 廣泛的終端仿真: VT100,VT102,VT220,ANSI,SCO ANSI,Xterm,Wyse 50/60, 和 Linux console 仿真(帶有 ANSI 顏色)。 . 優秀的會話管理特性: 新的帶標簽的用戶界面和 Activator 托盤工具,最小化桌面的雜亂。 會話設置可以保存在命名的會話中。 . 協議支持: 支持 SSH1,SSH2,Telnet,RLogin,serial,和 TAPI 協議。 . Secure Shell: Secure Shell 加密登錄和會話數據,包括以下支持: - 端口轉發使 TCP/IP 數據更安全 - 口令,公鑰,鍵盤交互和 Kerberos 驗證 - AES,Twofish,Blowfish,3DES,RC4,和 DES 加密 - X11 轉發 . 文件傳輸工具: VCP 和 VSFTP 命令行公用程序讓使用 SFTP 的文件傳輸更安全。 . 腳本支持: 支持 VBScript 和 JScript 腳本語言。

    標簽: SecureCRT 定制 仿真器

    上傳時間: 2013-12-19

    上傳用戶:kikye

  • The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

    The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security

    標簽: microcontroller programmable in-system W78E58B

    上傳時間: 2017-04-27

    上傳用戶:yiwen213

  • The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DO

    The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DOS Genealogy of MS-DOS MS-DOS in Operation Structure of MS-DOS Application Programs MS-DOS Programming Tools Keyboard and Mouse Input Video Display Printer and serial Port File Management Volumes and Directories Disk Internals Memory Management The EXEC Function Interrupt Handlers Installable Device Drivers Filters Compatibility and Portability MS-DOS FUNCTIONS REFERENCE IBM ROM BIOS AND MOUSE FUNCTIONS REFERENCE LOTUS/INTEL/MICROSOFT EMS FUNCTIONS REFERENCE

    標簽: Programmers PROGRAMMING Microsoft Assembly

    上傳時間: 2017-05-05

    上傳用戶:xuanjie

  • Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be

    Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included max and min peaks, using both giant digits and an analog bar-display . A serial data output for computer data logging is provided, too.

    標簽: videocomposite Video-DVM complex output

    上傳時間: 2014-12-09

    上傳用戶:xuan‘nian

  • 管理器

    管理器,展開右邊的“端口”,查看USB-to-serial是哪個端口(假設是COM4)。 3.放上單片機STC89C52,芯片缺口朝手桿方向放置,切勿放反哦。

    標簽: 管理器

    上傳時間: 2013-12-23

    上傳用戶:evil

  • 三星程式范例

    三星程式范例,八位元的 timer, counter, serial I/O, clock switching, power down, key scan, A to D, software generated LCD control, ...

    標簽: 三星 程式 范例

    上傳時間: 2013-12-17

    上傳用戶:zhengzg

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    標簽: user-space can drivers perform

    上傳時間: 2014-01-01

    上傳用戶:saharawalker

主站蜘蛛池模板: 湘潭市| 峨山| 平泉县| 尉犁县| 高要市| 隆子县| 花垣县| 商水县| 邹城市| 霍林郭勒市| 张家港市| 工布江达县| 江门市| 宜昌市| 新丰县| 古丈县| 西林县| 新建县| 灵璧县| 岗巴县| 博爱县| 阿图什市| 罗定市| 玉树县| 辽中县| 扶沟县| 南宁市| 湖南省| 故城县| 棋牌| 遵义市| 汝州市| 垦利县| 海口市| 惠州市| 海淀区| 大悟县| 靖安县| 潼南县| 中江县| 甘孜|