搜索资源列表
不占用串口资源读取串口
- 不占用串口读取串口,在win98下VxD串口数据捕捉的程序。具体使用可以自已在界面上学习-off Serial serial read in VxD under win98 serial data capture process. Concrete can use in their own learning interface
Vb串口通讯调试方法
- vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
UART
- windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
port
- 读取串口数据并画实时曲线的VC++程序源码,界面友好,可定制。-Read real-time serial data and draw the curve VC++ program source code, user-friendly, customizable.
VCComm
- VC从串口读取数据并实时绘制曲线图,非常好用。-VC data from the serial port to read real-time rendering curve is very useful.
LABVIEW-serial-rollup
- LABVIEW串口程序汇总。包括ascii转为10进制2、ascii转为10进制 1、byte array、rs232、串口波形、串口数据转换、读取GPS串口等。-LABVIEW serial rollup. Including ascii to decimal 2, ascii to decimal 1, byte array, rs232, serial waveform, serial data conversion, read the GPS serial port and so on.
SimpleRead
- 用JAVA实现对串口编程!主要是从计算机的串口CM1读取数据!-Realize the serial programming with JAVA! Mainly from the computer' s serial port to read data CM1!
c# 串口通讯 读取数据库等信息
- c# 串口通讯 读取数据库等信息,写入注册表,读取磅的数据,写入数据库-c# serial communication read the database information, write to the registry, read pounds of data, written to the database
sc
- 用vc++读取串口的数据,并将读取的串口数据,实时绘制曲线-Using vc++ read data from serial port, serial port and read data, real-time rendering curve
SerialPortModule
- 串口类,实现对串口数据的打开,读取,关闭等操作。-a SerialPort Class,to read the data from a appointed port.
vb-chuankou
- VB串口通信程序,可以读取串口并显示保存数据,且能显示数据曲线-VB serial communication program that can read and display the stored data, serial, and can display the data curve
write-data111
- labview 读取串口数据并定时保存,通过读取串口中的数据,定时对缓存区的数据进行保存-labview read serial and store the data
vb
- VB串口通信程序,已经项目中应用通过,主要为串口数据配置,读取缓冲区数据-VB serial interface communication program source code
串口调试助手V2.2
- 可以从电脑上读取串口数据,初学者必备的软件。(You can read serial data from your computer)
MSComm 串口通信6月9日
- 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters from the CPU into a continuous
可以发送长字符串的串口调试助手
- 实现串口调试,可以读取终端与上位机之间数据的读取发送(To realize serial debugging, the reading and sending of data between the terminal and the upper computer can be read)
Rxtx串口通信链接库及jar包32位64位
- Java 读取串口数据,用Java 编写的读取串口中的数据 (Java 读取串口数据)(Java reads serial data and reads data from serial port written in Java (Java reads serial data))
ReadDaTime
- 从串口读取串口数据,并截取部分数据进行曲线拟合,实时读取数据,定时持续更新曲线。(Read data from serial port and intercept some data fitting curves.)
demo-0.0.1-SNAPSHOT
- 串口通讯,读取串口数据,发送串口数据,监听串口数据(serial communication)