资源列表
delphiopcclient
- delphi opc communication
xmodem
- xmodem协议接收程序,和平台无关,只要加上串口发送函数即可使用。(内有详细说明)
UART
- UART文件 包括发送器 接收器 fifo 测试文件-UART file includes a receiver transmitter fifo test files
I2C_verilog
- I2C总线是Philips公司推出的双向两线串行通讯标准,具有接口线少、通讯效率高等特点。将I2C总线设计成FPGA内部的模块,可以方便FPGA与其他具有I2C总线的设备通信。
Virtual_COM
- 虚拟串口设备驱动,开发环境vc++6.0+DDK-Virtual serial port device driver, development environment vc++6.0+ DDK
net
- 实现网络编程,经典的Linux下的网络串口编程。简单明白的c程序。-Network programming, the network under the classic Linux serial programming. Easy to understand the c program.
xymodem
- C++实现XYModem通讯,代码简介实用。包括CRC各种校验。-C++ implementation XYModem communications code Introduction Utilities. It includes various CRC check.
COM0portdriver
- 是想COM0口的PC侧驱动,适用于RS232通信-COM0 I think are the PC-side driver for RS232 communication
UsbSend
- 好东东,用C写的,USB接口程序,很好用
RS232_Communication
- Source code for send or receive data from RS 232 Port
RS232_DI
- BCB 串口通信。用API 函数 接收和发送数据-BCB COM Infomation SEND RECV Data
modemtest
- 检查串口是否良好。检查串口通信的一种好方法。用VB写成的。