搜索资源列表
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
MultiThreadCommunication
- 多进程的串口通讯的示例,编译环境为Visual C 6.0.-process over the serial communication example, the build environment for Visual C 6.0.
processes-communicate
- 两个VB程序进程之间的相互通讯示例程序。用发送和接收文本来演示。-VB program between the two processes communicate with each other sample programs. Used to send and receive text presentation.
InterfaceProgram
- 使用进程实现的串口通讯,可以在两串口之间实现接收与发送功能。且可以添加自己的通讯协议在里面。-Process to achieve serial communication between two serial receiving and sending
wlwe
- 最简单的进程之间通讯,简单易懂,适用与初学者使用,()