-
SerialPortTest
简单的串口调试,能够实行发送和接收字符。(Serial easy debugging, it is able to implement send and receive characters.)
- 2009-03-10 10:57:16下载
- 积分:1
-
VC modbus
VC串口通信modbus协议源代码,测试可用。(modbus通信协议)(VC serial communication protocol source code modbus)
- 2014-06-07 18:26:28下载
- 积分:1
-
lpc2368-CAN
带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
- 2020-07-03 08:40:01下载
- 积分:1
-
labwindows-serial
labwindows 串口编程 简单易懂 做虚拟仪器的同学可以看看 或许对你有用(programming straightforward labwindows serial do virtual instrument students can take a look at perhaps useful to you)
- 2012-11-20 20:41:40下载
- 积分:1
-
自动配料系统081125
通过和OMron PLC通讯,实时监控自动化设备运行,并下发指令控制(Through the communication with OMron PLC, real-time monitoring of automatic device operation, and instruction control)
- 2017-07-07 12:03:44下载
- 积分:1
-
kcom
this is visual c++ 6 project
it is a Serial port excerszier software
- 2010-05-31 15:51:55下载
- 积分:1
-
Open
说明: Wincc使用MSComm控件串口通讯,VB中发送十六进制数据(Wincc uses MSComm control to communicate through serial port and sends hexadecimal data in VB)
- 2020-06-16 22:40:01下载
- 积分:1
-
当前流行的串口调试助手的源码-自己编写
串口调试助手的源码,自己编写,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容(serial debugging aids source, their preparation, interface with the popular serial debugging tools basically the same. The tool is easy to use, but can define serial rate, as indicated by the state)
- 2020-06-26 07:20:01下载
- 积分:1
-
aaa
串口监视工具。可以监视窗口的接受和发送的数据(Serial port monitoring tools. Can monitor the window to receive and send data)
- 2010-01-18 14:08:20下载
- 积分:1
-
串口温度数据采集并实时显示
串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
- 2020-06-26 07:40:02下载
- 积分:1