-
eVC下操作串口提取GPS有效数据1,把文件名字后缀.rar去掉即可,不用解压缩。...
eVC下操作串口提取GPS有效数据1,把文件名字后缀.rar去掉即可,不用解压缩。-operate under serial data from a GPS effective, the document name suffix. Rar can be removed without decompression.
- 2022-01-31 01:40:31下载
- 积分: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
-
这个是用串口下载文件到交界处单片机的代码,而且可以用单片机接收数据用于显示,我们自己使用的工具的...
这个是用串口下载文件到交界处单片机的代码,而且可以用单片机接收数据用于显示,我们自己使用的工具的-serial download files to the junction of microcontroller code, and SCM can be used for receiving data, we use the tools
- 2022-01-26 01:34:54下载
- 积分:1
-
VC类,标准串口类,无消息类型,用于工业控制中
VC类,标准串口类,无消息类型,用于工业控制中-VC-type, standard serial-type, non-news type, used for industrial control
- 2022-10-28 21:40:03下载
- 积分:1
-
非常好用的串口编程工具 for delphi 7.0
非常好用的串口编程工具 for delphi 7.0-very user-friendly programming tools for Serial delphi 7.0
- 2022-11-24 01:00:04下载
- 积分:1
-
一个包含了几乎所有串口操作的源码群,可以根据自己需要改写...
一个包含了几乎所有串口操作的源码群,可以根据自己需要改写-1 contains almost all serial-source operating groups, according to their own needs rewriting
- 2022-04-01 11:21:45下载
- 积分:1
-
用FPGA实现RS232,代码经过测试通过
用FPGA实现RS232,代码经过测试通过-FPGA implementation using RS232, the code has been tested through
- 2023-01-19 10:50:03下载
- 积分:1
-
the API function to write the serial communication program. Right Serial visit.
用TC的API函数写的串口通讯程序。 对串口的访问 。-the API function to write the serial communication program. Right Serial visit.
- 2023-02-03 19:10:04下载
- 积分:1
-
串口通讯程序可以实现文件或字符的传送并可以自定义断口号...
串口通讯程序可以实现文件或字符的传送并可以自定义断口号-serial communication process can be achieved documents or characters and can be transmitted from the definition of off slogan
- 2023-01-12 12:40:04下载
- 积分:1
-
DOS串口终端程序( 本软件为在DOS下使用超级终端的用户专门设计 功能说明: 1.DOS下使用,功能类似于WINDOWS的超级终端 2.支持COM1,COM2...
DOS串口终端程序( 本软件为在DOS下使用超级终端的用户专门设计 功能说明: 1.DOS下使用,功能类似于WINDOWS的超级终端 2.支持COM1,COM2 3.支持波特率2400,4800,9600(缺省),19200,38400,57600,115200 4.支持Xmodem文件传输协议,,Asm,Com Port -DOS serial terminal program (the DOS software for use in super user terminals designed Description : 1.DOS use, function similar to the Super Windows Terminal 2. support COM1, COM2 3. 2400,4800,9600 support baud rate (default), 19200, 38400,57600,115200 4. support Xmodem file transfer protocol, and programmers. Com Port
- 2022-05-27 07:38:17下载
- 积分:1