Welcome![Sign In][Sign Up]
Location:
Search - TTY

Search list

[Other resourceTTY

Description: 一个在电脑上的软件,可以用来实现单片机与PC进行串口通讯
Platform: | Size: 35673 | Author: 刘权 | Hits:

[Com PortTTY

Description: 串口通信,实现简单的双机互连功能
Platform: | Size: 59241 | Author: 李元亮 | Hits:

[Linux-UnixC++

Description: Linux TTY驱动程序例程,利用此程序可以方便的开发串口驱动程序
Platform: | Size: 15910497 | Author: 璩泽刚 | Hits:

[Windows DevelopTTY

Description: Visual C++ 状态栏编程应用实例
Platform: | Size: 1970 | Author: liuhaisheng | Hits:

[CommunicationTTY

Description: 本代码可以帮助程序员模拟实现简单的串口编程
Platform: | Size: 127605 | Author: liubin | Hits:

[CommunicationTTY

Description: Serial接收程序。通过Com口接收来自其他设备的信息
Platform: | Size: 43643 | Author: wang | Hits:

[Driver DevelopttyS0

Description: tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.- tty driver* This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.
Platform: | Size: 7924 | Author: 路国强 | Hits:

[Com PortTerm

Description: 本程序是win32api串口编程tty(虚拟终端)实例包括硬件控制的设置,因此可以用于对modem的编程-win32api Serial Programming tty (virtual terminals) Examples include control of the hardware installed, the modem can be used for programming
Platform: | Size: 44886 | Author: 孙洪亮 | Hits:

[Telnet ClientTERM 终端仿真器 1.0

Description: 一 程序的整体结构1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。2 执行调制解调器命令。3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。6 访问本地机资源:终端状态时可访问客户机上的资源(阅读编辑文件,删除和拷贝文件,执行DOS命令及DOS应用软件)。二 程序说明本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。-the overall structure of a dial-up function, automatic response function. (ATDT can use dial-up orders, use Ctrl-D on-line from the state). Two implementation modem commands. Three simulation terminal functions : online communications can be conducted online, TTY terminal emulation, after loading drivers can be VT100 terminal emulation. Four file services : text file transfer, the transfer binary files, text files and binary file write-functional. The viewing text files and simple editing features. 5 terminal services : UNIX running on the mainframe with a menu-driven terminal service program, client through terminal emulation for access remote machine (Remote machine) resources. 6 visit to the local machine resources : terminal state visit clients on the resources (read edit documents, de
Platform: | Size: 16766 | Author: maki | Hits:

[CommunicationTTY终端仿真程序

Description: 通过API调用,可以把从键盘接收到的字符串到串口,然后把获得的字符显示在屏幕上-through API calls can be received from the keyboard to the string of serial and then the characters were shown on the screen
Platform: | Size: 51592 | Author: 张帆 | Hits:

[CSharplcterm

Description: 一 程序的整体结构 1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。 2 执行调制解调器命令。 3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。 4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。 5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。 6 访问本地机资源:终端状态时可访问客户机上的资源(阅读编辑文件,删除和拷贝文件,执行DOS命令及DOS应用软件)。 二 程序说明 本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。 主程序使用TC编写。终端方式为VT100.-the overall structure of a dial-up function, automatic response function. (ATDT can use dial-up orders, use Ctrl-D on-line from the state). Two implementation modem commands. Three simulation terminal functions : online communications can be conducted online, TTY terminal emulation, after loading drivers can be VT100 terminal emulation. Four file services : text file transfer, the transfer binary files, text files and binary file write-functional. The viewing text files and simple editing features. 5 terminal services : UNIX running on the mainframe with a menu-driven terminal service program, client through terminal emulation for access remote machine (Remote machine) resources. 6 visit to the local machine resources : terminal state visit clients on the resources (read edit documents, de
Platform: | Size: 16690 | Author: 蓝卡特 | Hits:

[Windows DevelopMTTTY

Description: 类似超级终端中串口部分的程序,很不错-similar to the Super Terminal Serial part of the process, very good
Platform: | Size: 126976 | Author: 刘涛 | Hits:

[Com PortTerm

Description: 本程序是win32api串口编程tty(虚拟终端)实例包括硬件控制的设置,因此可以用于对modem的编程-win32api Serial Programming tty (virtual terminals) Examples include control of the hardware installed, the modem can be used for programming
Platform: | Size: 45056 | Author: 孙洪亮 | Hits:

[CSharplcterm

Description: 一 程序的整体结构 1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。 2 执行调制解调器命令。 3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。 4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。 5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。 6 访问本地机资源:终端状态时可访问客户机上的资源(阅读编辑文件,删除和拷贝文件,执行DOS命令及DOS应用软件)。 二 程序说明 本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。 主程序使用TC编写。终端方式为VT100.-the overall structure of a dial-up function, automatic response function. (ATDT can use dial-up orders, use Ctrl-D on-line from the state). Two implementation modem commands. Three simulation terminal functions : online communications can be conducted online, TTY terminal emulation, after loading drivers can be VT100 terminal emulation. Four file services : text file transfer, the transfer binary files, text files and binary file write-functional. The viewing text files and simple editing features. 5 terminal services : UNIX running on the mainframe with a menu-driven terminal service program, client through terminal emulation for access remote machine (Remote machine) resources. 6 visit to the local machine resources : terminal state visit clients on the resources (read edit documents, de
Platform: | Size: 16384 | Author: 蓝卡特 | Hits:

[GUI DevelopWINDOWS 3.0终端程序的C源码

Description: 呵呵,虽然win3.0是比较旧的东西。不过对学习还是有帮助的。-Oh, yes win3.0 old things.
Platform: | Size: 58368 | Author: 施登峰 | Hits:

[VC/MFCActiveX Programming with Visual C++

Description: ActiveX Programming with Visual C++,一本学习ATL的经典好书,不过是英文的-ActiveX Programming with Visual C, a study of ATL classic books, but are in English
Platform: | Size: 1077248 | Author: 安迪 | Hits:

[Linux-Unixserproxy.tar

Description: 串口代理,把串口收到的数据通过网卡发送出去,把网卡收到的数据通过串口发出。-serial, serial data received through the card sent and received by the card data sent through the serial port.
Platform: | Size: 1077248 | Author: 夏天 | Hits:

[Com Portttys1

Description: s3c2410串口发送接收代码,不需要另加驱动-s3c2410 send and receive serial code, plus a driver does not need
Platform: | Size: 4096 | Author: 亮亮 | Hits:

[Other resourcel2tpd-v0.60

Description: l2tpd is an implementation of the layer two tunneling protocol. It works in userspace completely (although kernel work is planned after the userspace version is stablized). l2tpd works by opening a pseudo-tty for communicating with pppd. Although l2tpd was written for Linux, the current version should be highly portable to other UNIX s supported by pppd.-l2tpd is an implementation of the layer two tunneling protocol. It works in userspace comp letely (although kernel work is planned after t he userspace version is stablized). l2tpd work s by opening a pseudo-tty for communicating wit h pppd. Although l2tpd was written for Linux, the current version should be highly portable t o other UNIX's supported by pppd.
Platform: | Size: 210944 | Author: 吴运明 | Hits:

[Linux-UnixttyS1.2410

Description: 在s3c2410向串口发送字符,和接受字符实验程序源码-In the S3C2410 to the serial port to send characters, and acceptance test procedures for source code characters
Platform: | Size: 3072 | Author: 毛锋 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 14 »

CodeBus www.codebus.net