-
SPCE061A 利用C语言进行软件端口位操作范例
SPCE061A 利用C语言进行软件端口位操作范例-SPCE061A C language for the use of port-operating software paradigm
- 2022-02-02 14:06:12下载
- 积分:1
-
vb编写的串口通信程序(vb编写的串口通信程序转载)
vb编写的串口通信程序(vb编写的串口通信程序转载)-vb serial communication program prepared (vb serial communication program prepared reprint)
- 2023-01-30 07:05:04下载
- 积分:1
-
PC串口通信程序,大家请使用,欢迎多提意见.
PC串口通信程序,大家请使用,欢迎多提意见.-PC serial communication program, please use, welcome to do so.
- 2022-02-28 11:35:04下载
- 积分:1
-
个人写的一个串口通讯程序,希望对大家有帮助。
个人写的一个串口通讯程序,希望对大家有帮助。-personal wrote a serial communication program, and I hope to be helpful.
- 2022-03-17 20:51:34下载
- 积分:1
-
是关于灵达电源通信规约的串口通信程序,功能是把电源监控器的采集数据上送到规约前置机中。...
是关于灵达电源通信规约的串口通信程序,功能是把电源监控器的采集数据上送到规约前置机中。-GOLD comunication rule
- 2022-03-28 13:30:10下载
- 积分:1
-
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
- 2023-03-23 09:55:03下载
- 积分:1
-
getmywish使用的usb注意:由于用到多串口控制,需要在收到数据时确定是哪个串口来的数据。
下面是串口事件处理函数代码:...
getmywish使用的usb注意:由于用到多串口控制,需要在收到数据时确定是哪个串口来的数据。
下面是串口事件处理函数代码:
-getmywish use usb Note : As used Multiport Serial control, the receipt of necessary data to determine which of the serial data. Below are the serial code incident handling functions :
- 2022-03-02 06:41:10下载
- 积分:1
-
Serial port engine based on Symbian S60 3nd
Symbian S603串口通信引擎程序-Serial port engine based on Symbian S60 3nd
- 2023-08-04 08:20:03下载
- 积分:1
-
串口编程
串口编程-云台镜头控制系统,可以自由设置发送代码和串口选择。-Serial Programming- PTZ camera control system, can freely set the send code and serial port options.
- 2022-06-19 11:00:32下载
- 积分:1
-
这是一个GPS芯片的程序,能够读取各种GPS信号,采用串口通信,能够准确地定位地理信息...
这是一个GPS芯片的程序,能够读取各种GPS信号,采用串口通信,能够准确地定位地理信息-This is a GPS chip procedures, be able to read a variety of GPS signal, using serial communications, be able to accurately geo-positioning information
- 2022-04-22 14:06:54下载
- 积分:1