搜索资源列表
VC下Mscomm控件的串口通信程序
- 可用于两台计算机之间的串口通讯测试,一台电脑上有两个串口也可以。还可以添加虚拟串口进行通信
STC两个串口程序
- STC单片机两个串口的读写程序
COMM.rar
- 这是用C8051F020单片机实现双串口通信功能的源代码。两个串口可以同时独立收发数据,互不干扰。,This is a C8051F020 MCU with dual serial communication function of the source code. Two serial ports can send and receive data at the same time an independent, non-interfering.
STM32 USB复合设备(虚拟两个串口)
- 2、STM32 USB复合设备(虚拟两个串口)-2, STM32 USB composite device (virtual two serial ports)
linux_uartdriver.rar
- 一个简单的 arm-linux 下的 Uart驱动实例,里面含有测试程序,需要连接两个串口来测试。,A simple arm-linux-driven examples of Uart, which contains the test procedures, the need to connect two serial ports to test.
API
- APi实现串口通信助手的功能,实现两个串口之间的字符传出和文件传输以及保存等功能-Serial communications assistant functions, the realization of the characters between the two serial reports and file transfer functions and the preservation of
DualCOMtest
- 一个关于51单片机的双串口转换程序,两个串口之间的切换,并且接收/发送数据-On 51 single-chip dual-serial conversion process, the switch between the two serial port and receive/send data
pbhanChuankou
- 自己做的EVC下串口调试软件,可同时打开两个串口,支持16进制。欢迎学习EVC的同道加我qq:2306205共同学习。-EVC to do under its own serial debugging software can be open at the same time the two serial ports, support 16-band. EVC welcomes the learning of fellow Canadian I qq: 2306205 common learni
Serial
- 采用C++ Builer编的一个串口通信源码,通过虚拟串口在电脑上模拟两个串口并连接,可以很方便的调试和学习串口编程。-Using C++ Builer made a serial communication source, through the virtual serial port on the computer simulation and two serial connections, can be very convenient to study serial debugging a
emulate_com
- windows下虚拟串口驱动,程序虚拟出两个串口,并且让两个串口互相通信-virtual serial port driver under windows, the program two virtual serial port and two serial ports to enable communication with each other
communicate
- VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
xiaole.doc
- 单片机的串口通信,甲乙两个串口进行通信,并有指示灯显示-Microcontroller serial communication, and B 2 serial ports to communicate, and have light displays
qtmcom_loop_onetoone
- 可实现两个串口互相通讯,界面友好,在Qt4环境下可直接运行。-realized between two serial communications, user-friendly, in Qt4 environment can be directly run
HLD_Serial
- STC 12C5A系列双串口驱动,演示两个串口的驱动-STC 12C5A serial two serial port driver
UART
- 单片机双串口程序,寄存器的设置,源代码,适用适用两个串口的应用。-SCM Two serial program, register set, the source code for the application for the two serial ports.
mySp
- vc++串口通信 ,可以实现两个串口之间发送字符串-vc++ serial communication between two serial ports that can send a string
串口操作:一个收两个发
- 实现多个串口收发,并控制哪个串口收发的stm32程序(several usarts transport and receive)
串口T2
- 串口的调试和传输 用于两个串口间的发送与接受(Serial port debugging and transmission is used for sending and receiving between two serial ports.)
定时器模拟串口src
- 实现使用单片机的定时器扩展两个串口,加上原串口共3个串口。程序为一个工程用到的所有源代码,实测好用。(expand STM8 MCU's UART PORT by using the internal timer resouces, for the demand of multiple-uart and low cost solution.)
STM8S003F IO口模拟串口源码
- STM8S003F只有一个串口,项目中需要两个串口,因此采用IO口模拟一个串口。 此程序也是经理给的,经过测试可以用,不过需要耐心阅读一下程序,理解串口程序的思路,能够正确读写串口温度传感器的温度值(STM8S003F has only one serial port, and two serial ports are needed in the project, so IO port is used to simulate a serial port. This program is also