资源列表
Vccomkey
- 用VC++6.0编写的串口助手兼串口键盘程序,多功能实现-Written with VC++6.0 the serial Assistant Chief the serial keyboard program, to achieve multi-functional
Serial-transceiver
- 编码实现串口的收发,并将相应资料存在.txt文件中-Coding serial transceivers, and the existence of appropriate information. Txt file
vc_commucation
- vc串口通讯-vc下使用的串口编程软件,附带源代码-vc-vc serial communication serial port to use programming software, with source code
linux_soft_plc.rar
- 国产的软件PLC,是广州一象公司在LINUX平台上开发的一款商用PLC系统.,domestic software PLC Guangzhou is a company like Linux platform in the development of a commercial PLC system.
IIC
- IIC读写发送到PC串口的verilog源程序-IIC send the data to rs232 by pc
1
- 用C++编写的MODBUS串口通信的电表程序-Using C++, prepared by the meter MODBUS serial communication program
freemodbus-v1.5.0
- 外国人是写的modbus通信程序,与硬件无关,c语言写的,可实现RTU、ASCII模式的通讯-Foreigners are written modbus communication program, and hardware-independent, c language, achievable RTU, ASCII mode communication
VirtualSerial
- VirtualToVirtual VirtualToPhysicalGps的驱动源码-VirtualToVirtual and VirtualToPhysicalGps driver source code
Elgna823MSComm
- 本人在公司的一个项目中所开发的基于无刷直流伺服电机的运动程序,可以精确定位电机的位置-I am in the company developed a project based on brushless DC servo motor sports program, you can pinpoint the location of motor
VccomMouse
- 串口鼠标源代码,VC++6.0编写的程序,可实现串口通信 -The serial mouse source code of a program written in VC++6.0, serial communication
modbus
- modbus协议代码 - 以及具体交互流程-modbus protocol code Chinese introduction
temperature--display
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据