搜索资源列表
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
VC6_Com
- 串口通讯的例子,用到多线程与消息机制,适合初学者。-serial communication example, uses multithreading and information mechanism, suitable for beginners.
SerialComOCX
- 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知对方放弃传输 00通知文件传输完毕 01请求对方
class
- 串口通讯类:当串口收到数据后怎样把消息通知给窗体Form,让窗体处理数据
wmserial
- 基于消息的Windows串口通讯例子- Based on news Windows string mouth communication example
2008072913152700001
- 西门子S7-200自由口通讯资料,我们将介绍如何用S7-200连接GSM调制解调器发送短消息,并通过这个例子来介绍应用S7-200自由口编程的一般原则时及应注意的问题。-Siemens S7-200 free oral communications, we will introduce how to use S7-200 to connect GSM modem to send text messages, and through this example to introduce the ap
SerialPortEx
- 曾强版串口通讯,应用多态性质,更适合作为串口通讯的基类,取消窗口依赖和消息依赖-Has strong version of the serial communications, the application of polymorphism in the quality, it is more suitable as a base class for serial communication, the abolition of window-dependent and rely on the i
SCommTest
- 实现串口通讯,可选择串口号,并打开或关闭。实现发送及接受消息。-Achieve serial communication, optional serial port, and open or closed. Send and receive messages to achieve.
comm
- 基于windows api的多线程串口通讯类,支持消息事件。-Based on multi-threaded windows api serial communications, support news events.
ComCommunication
- 串口通讯动态库源码,结构清晰,实现串口异步通讯,消息线程可以直接加载工程中应用-Serial communication DLL source code, clear structure, realization of serial asynchronous communication, message threads can be directly loaded in engineering applicationbeginners and
mscomm32
- mscomm.ocx通讯,可以实行ACTIVEX的对串口发送消息的功能。-mscomm.ocx communication the ACTIVEX the serial port to send the message function can be implemented.
COM-sent
- COM协议通讯客户端服务器发送数据,用于客户端通过COM协议发送消息给服务器端-The COM protocol communication client server sends the data used to client through COM protocol to send messages to the server-side