-
DSP2407 Serial procedures, debug, C language programming
DSP2407的串口程序,调试通过,用C语言编程-DSP2407 Serial procedures, debug, C language programming
- 2023-06-06 15:45:03下载
- 积分:1
-
这是一个很实用的串口通信例子,是基于LabVIEW编写的,希望能对大家有所帮助,谢谢!...
这是一个很实用的串口通信例子,是基于LabVIEW编写的,希望能对大家有所帮助,谢谢!-This is a very practical example of serial communication is based on LabVIEW prepared, I hope everyone can help, thank you!
- 2022-01-25 18:45:48下载
- 积分:1
-
USB program,c language realization,
usb通讯程序,用c语言实现,简单易懂,看完以后马上就能写出你自己的程序-USB program,c language realization,
- 2023-08-14 18:10:03下载
- 积分:1
-
definitely something we would like to know the 16,650 it and on to share experti...
想必大家一定想了解16650吧,现在上专给大家共享-definitely something we would like to know the 16,650 it and on to share expertise
- 2022-04-30 13:06:06下载
- 积分:1
-
tc35的应用电路,很实用,应该对大家有点帮助
tc35的应用电路,很实用,应该对大家有点帮助-tc35 the application circuit, it is practical, it should be for all of us a little help
- 2022-07-16 05:33:12下载
- 积分:1
-
这是对应于atmel公司的24cxx的驱动程序,仅供参考!
这是对应于atmel公司的24cxx的驱动程序,仅供参考!-This is corresponding to the ATMEL 24cxx driver for reference!
- 2022-02-05 10:27:05下载
- 积分:1
-
一个串口测试程序,包括源代码,供大家学习
一个串口测试程序,包括源代码,供大家学习-A serial port test program, including source code for all to learn
- 2023-05-13 18:30:02下载
- 积分:1
-
串口通讯程序编写实例
串口通讯程序编写实例-serial communications programming examples
- 2022-12-15 12:25:03下载
- 积分:1
-
一个串口测试程序,包括源代码,供大家学习
一个串口测试程序,包括源代码,供大家学习-A serial test procedure, including the source code for everyone to learn
- 2022-01-25 19:07:38下载
- 积分:1
-
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据...
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-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
- 2022-08-09 09:18:25下载
- 积分:1