-
这个是用串口下载文件到交界处单片机的代码,而且可以用单片机接收数据用于显示,我们自己使用的工具的...
这个是用串口下载文件到交界处单片机的代码,而且可以用单片机接收数据用于显示,我们自己使用的工具的-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
-
该程序是实现蓝牙串口通信的,在计算机上用vb进行编程,打开蓝牙的uart口,从而打开蓝牙的串口。...
该程序是实现蓝牙串口通信的,在计算机上用vb进行编程,打开蓝牙的uart口,从而打开蓝牙的串口。-Bluetooth serial communications, computers programmed with vb, Bluetooth UART open mouth, open the Bluetooth Serial Port.
- 2022-03-06 15:41:02下载
- 积分:1
-
异步fifo 源程序代码 欢迎大家学习 用VHDL语言编写
异步fifo 源程序代码 欢迎大家学习 用VHDL语言编写-asy fifo
- 2022-05-25 14:44:02下载
- 积分:1
-
USB转CAN的采集卡程序,可以采集CAN总线的报文
USB转CAN的采集卡程序,可以采集CAN总线的报文-USB-CAN-acquisition card program, you can collect the packets and so on CAN bus
- 2022-08-23 22:29:02下载
- 积分:1
-
with Serial Communication Control
用控件实现串口通信-with Serial Communication Control
- 2023-05-29 06:00:03下载
- 积分:1
-
compilation and mixed C Programming microcontroller simulation I2C procedures, h...
汇编和C混合编程的单片机模拟I2C程序,已验证可行-compilation and mixed C Programming microcontroller simulation I2C procedures, has been verified
- 2022-01-28 09:31:03下载
- 积分:1
-
很多串口调试助手中串口流控的设置都不起作用,该文章讲述了流控的具体设置方法...
很多串口调试助手中串口流控的设置都不起作用,该文章讲述了流控的具体设置方法-Assistant in a lot of serial debugging serial flow control settings are not working, the article describes a specific set of flow control methods
- 2023-06-22 11:35:04下载
- 积分:1
-
本程序是通过串口,经由单片机控制电机转速的程序。该程序通过串口发送不同的信号,以实现控制通信。...
本程序是通过串口,经由单片机控制电机转速的程序。该程序通过串口发送不同的信号,以实现控制通信。-this procedure is adopted Serial through SCM motor speed control procedures. The procedure adopted Serial send different signals to achieve control and communication.
- 2022-07-24 07:48:19下载
- 积分:1
-
适合工业工程开发,提供整套异步串口解决方案,有严密的错误处理系统,整体提高程序稳定性...
适合工业工程开发,提供整套异步串口解决方案,有严密的错误处理系统,整体提高程序稳定性
- 2022-07-01 09:40:43下载
- 积分: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