-
chuankou
实现串口编程的功能,使用vc语言,功能比较多,可实现端口、流量等控制 (To achieve serial programming function, use the vc language)
- 2010-03-03 17:21:34下载
- 积分:1
-
CharTerminal
说明: 简单的串口通讯例子,有主机,目标机组成,发送数据,接受数据(Simple example of serial communication, a host, target composition, send data, receive data)
- 2011-04-10 18:48:55下载
- 积分:1
-
MultiThSerial
调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听(call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping)
- 2005-03-18 23:47:27下载
- 积分:1
-
CameraComm22
基于VISCA协议开发,用于摄像机串口通信,控制摄像机云台等。例如:向左、向右旋转,变焦等等(Based on VISCA protocol developed for the camera serial communication control camera pan and tilt. For example: to the left, right rotation, zoom, etc.)
- 2012-11-22 17:34:27下载
- 积分:1
-
SerialPort_VS2010_MFC
基于SerialPort的串口调试助手代码,运行平台VS2010,MFC工程文件(Based on the serial debugging assistant SerialPort code, run the platform VS2010, MFC project file)
- 2020-10-10 09:37:34下载
- 积分:1
-
com_debugger
串口调试程序源代码,本例作为学习串口编程具有很好的参照作用。(Serial debugger source code, in this case as a learning serial programming with a good reference to the role.)
- 2013-09-20 18:32:13下载
- 积分:1
-
串口调试,串口设备模拟 Modbus Tools
串口调试,串口设备模拟,支持32/64位系统。(Serial debugging, serial device simulation)
- 2020-06-20 08:00:01下载
- 积分:1
-
VCPP-Serial-host-computer
实现串口通信的编程,关于类以及继承的一些使用方法,新手可以参考。(Serial communication programming, use classes and inheritance, the novice can refer to.)
- 2013-05-03 09:07:54下载
- 积分: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
-
CSerialPort-class
最新版CSerialPort类(2014年),还包含一个旧版本,可以进行比较使用。(The latest version CSerialPort class (2014), also contains an older version. Use can be compared.)
- 2016-02-22 20:31:19下载
- 积分:1