资源列表
bstest
- 一个用vc编写的基于串口的边界扫描测试源程序代码
uart
- 采用CPLD实现串口通信(Verilog硬件描述语言)
vb实现多通道串口采集
- 用于串口通信的程序,自己觉得很不错,发过来.-for serial communication procedure, feel very good, made up.
RS232
- 详细介绍了使用VB编制串口通信程序,其中包含循环冗余校验CRC代码段
85375524qqSLE4442
- sle4442 ic卡读写程序,能够实现在串口通信的条件下,对ic卡进行读写。
fg_s7_ppi
- SIEMENS西门子S7-200PPI通讯协议
maxoncom
- 使用RS232串口2,通过Copley电机控制卡控制电机运转的VC程序。并且程序开发手册也包含在文件夹内。 Using RS232 2 port, a VC program is developed for Copley motor control card, by which motors can move precisely. And a handbook for program development is inclued in the rar file.
vb_三菱FX通讯程序
- VB与三凌PLC通信. 好适就数据召唤使用.也是学习串通信编程好例子.-VB and three Ling PLC communications. Good data calls on the appropriate use. Learning Series is a good example of communication programming.
serial-matlab
- 一个带gui界面的matlab串口通信演示程序-a gui interface with the serial communication Matlab demo program
spcomm使用
- 串口编程代码 使用spcomm的 有例子事例-serial programming code used spcomm examples of instances
radio
- 无线数传电台串口通信C程序源码 电台型号为深圳友迅达公司的F201/B无线数传电台-wireless radio-C serial communications procedures source model of Shenzhen Radio Xun-da Friends of the F201 / B wireless radio transceiver
串口温度数据采集并实时显示
- 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是