资源列表
C++
- 采用C++为实现语言实现了串口通信的功能,希望有用
chuangkou-xianti
- pc com程序,不错的起步程序,已经在滚筒洗衣机测试线体中,实测,(具体应用上位机通讯模块)-pc com program, a good starting procedures, has been online body, measured (PC communication module)
robotcontroler
- vb编写机器人遥控程序,集成视屏接口,rs232串行口,及动画演示-vb program to prepare the robot remote control, integrated screen interface, rs232 serial port, and the animated demo
uart1
- avr usart sample (interrupt)
SanLingPLC
- 三菱PLC FX系列通讯简单样例,实现了对三菱PLC的通讯操作-Mitsubishi PLC FX series of simple sample communication
mscom
- 是一个串口通信的程序,本人前段时间做的一个项目.-is a serial communication procedure, I do a side project.
CC2430-14
- CC2430 的串口通信,包括UART,SPI的源代码,可以用来与上位机通信。-CC2430 serial communication, including UART, SPI' s source code can be used to communicate with the host computer.
VC_MSComm
- 利用Visual C++ MFC和微软的MSComm(Microsoft Communications Control)串口通信控件写的串口通信程序-Using Visual C++ MFC and Microsoft MSComm (Microsoft Communications Control) serial communication control program written in serial communication ... ...
51-MODBUS
- Modbus协议最初由Modicon公司开发出来,在1979年末该公司成为施耐德自动化(Schneider Automation)部门的一部分,现在Modbus已经是工业领域全球最流行的协议。此协议支持传统的RS-232、RS-422、RS-485和以太网设备。许多工业设备,包括PLC,DCS,智能仪表等都在使用Modbus协议作为他们之间的通讯标准。有了它,不同厂商生产的控制设备可以连成工业网络,进行集中监控。-Modicon Modbus protocol originally develo
Data_Logger_v0.6
- Excel + VBA方式实现的串口通讯工具-Excel+ VBA serial communication tool
CSharp_up_computer
- 采用CSharp 编写的中央空调上位机程序,本人验证,非常好用-CSharp prepared using central air-conditioning host computer program, I verify that, very easy to use
MicrosoftCommunicationsControl
- 常用的串行通信方式。在 Visual C++的编程中,既可以用 Windows API函数进行串行通信编程,也可以利用环境自带的控件进行编程。利用 API函数编写实际应用程序时,往往要考虑多线程的问题,这样编出来的程序不但十分庞大,而且结构比较复杂,继承性差,维护困难。但是使用串行通信控件就 相对简单一些,而且功能强大,性能安全可靠