搜索资源列表
work3
- 此函数的功能为对串口进行的基本读写操作!代码可移植性好
comm
- Win 32系统下的串行通信类。采用文件I/O函数提供的打开和关闭通信资源句柄及读写操作的基本接口。
D7Com32
- Delphi7 串口通讯 封装的DLL,实现多线程对串口的监控,十六进制数据的写入等基本串口操作方法。-Delphi7 serial communication package DLL, multi-thread serial port monitor, hex data, the basic serial write operation method.
CVI_UART
- 关于labwindowsCVI的串口程序,很稳定,很全,包含rs232的基本操作。看了很多网上的例子,都不是很好,所以决定给大家奉献一个好的串口程序。-The serial program on labwindowsCVI, very stable, very wide, include rs232' s basic operation. Example, read a lot online is not very good, so I decided to dedicate a good
SerialApp
- 使用API函数操作串口编程是Windows环境下编写串口通信程序的基本方法,此例是学习API函数进行串口程序开发的极佳例程。-API function to use serial programming operations are under the Windows environment to prepare a basic serial communication program methods, this case study are API functions for serial d
VCcom
- 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
RS232
- RS232串口通讯,包括基本通讯操作,数据传输,指示等-RS232 serial communication, including basic communication operations, data transmission, instructions, etc.
rs485
- RS485串口通信试验(接受与发送) * * * * 1.通过本例程了解串口的基本原理及使用 ,理解并掌握对串口进行初始化 * * * * 2.请使用串口调试助手(Baud 4800、数据位8、停止位1、效验位无)做为上位机(发送)数据和(接受)数据, * 请在字符串输入框中输入字符和数字(HEX),按发送按钮。观看接受窗显示情况.也可以用自动循环发送。 * * 3.试验RS485需要
chuang
- 串的基本操作,创建串,简单明了,浅显易懂,适合初学者练习上机使用-Series of basic operations, creating a string, simple, easy to understand for beginners to practice on the machine used
Console-Serial-communication
- Labview串口通信例子,基本读和写操作,对于初学visa的童鞋,应该很有帮助。-Labview serial communication examples, the basic read and write operations, for beginners visa of children s shoes, it should be helpful.
CAN_Controller
- 实现CAN接口通信,完成对接口芯片的控制及基本收发操作-CAN Comunication
SerialPort
- 完成了串口操作的基本功能,包括读写功能、创建线程功能及线程监听等功能-Completion of the basic functions of serial operation, including read and write capabilities, to create threads and thread monitor function and other functions