-
232通讯
用于电脑232通讯
可以发送和接受数据
232通讯
用于电脑232通讯
可以发送和接受数据-232通讯
- 2022-05-29 14:28:25下载
- 积分:1
-
一个包含了几乎所有串口操作的源码群,可以根据自己需要改写...
一个包含了几乎所有串口操作的源码群,可以根据自己需要改写-1 contains almost all serial-source operating groups, according to their own needs rewriting
- 2022-04-01 11:21:45下载
- 积分:1
-
调试RS232串口,实现基本的数据的发送。
调试RS232串口,实现基本的数据的发送。-adjust theRS232
- 2022-12-29 21:20:03下载
- 积分:1
-
vb串口程序,写的是一个串口使用例程,对初学者有用,特别是工控类的...
vb串口程序,写的是一个串口使用例程,对初学者有用,特别是工控类的-vb serial procedures, to write a serial port using the routines, useful for beginners, especially the industrial category
- 2022-05-08 16:00:42下载
- 积分:1
-
Visual Basic serial communication program design mscomm.vbx directly Communicati...
Visual Basic串口通信程序设计
mscomm.vbx通信控件可直接从vb的toolbox中加入窗体form,即可用其进行通信-Visual Basic serial communication program design mscomm.vbx directly Communication Control Vb from the toolbox window into form, can be used for communication
- 2023-01-27 02:05:04下载
- 积分:1
-
DSP2407 Serial procedures, debug, C language programming
DSP2407的串口程序,调试通过,用C语言编程-DSP2407 Serial procedures, debug, C language programming
- 2023-06-06 15:45:03下载
- 积分:1
-
微机实现异步通信是依靠适配器来完成的,而后者又是以UART芯片,即通用异步收发器芯片为核心构成的。
IBM PC的异步通信适配器使用的UART芯片为INS...
微机实现异步通信是依靠适配器来完成的,而后者又是以UART芯片,即通用异步收发器芯片为核心构成的。
IBM PC的异步通信适配器使用的UART芯片为INS 8250。
-Computer realize asynchronous communication relies on the adapter to be completed, which in turn is a UART chip, which UART chip at the core composition. IBM PC
- 2022-05-12 16:25:52下载
- 积分:1
-
在ISE上可运行次程序
改程序主要用实现FPGA串口通信
在ISE上可运行次程序
改程序主要用实现FPGA串口通信-In the ISE program can be run at the main change procedures realize FPGA serial communication
- 2022-01-25 20:12:23下载
- 积分:1
-
一本介绍串口通信不错的书
一本介绍串口通信不错的书-introduced a serial communication good book
- 2023-08-13 12:40:05下载
- 积分: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