-
C++Builde上位机测试程序
C++Builde上位机测试程序-C Builde PC testing procedures
- 2022-03-21 21:29:50下载
- 积分: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
-
基于51的串口通信程序!!希望大家有用!
基于51的串口通信程序!!希望大家有用!-51 Based on the serial communication program! ! I hope everyone useful!
- 2022-12-06 22:15:02下载
- 积分:1
-
实现串口手机短信发送程序很全面的源代码
实现串口手机短信发送程序很全面的源代码-Serial SMS program is a comprehensive source code
- 2022-07-27 06:49:37下载
- 积分:1
-
Simple solution ADC , every 500ms 1 sample and sending 8 bit value by software U...
Simple solution ADC , every 500ms 1 sample and sending 8 bit value by software UART on ATtiny13. Used in antenna rotators for finding direction.-Simple solution ADC , every 500ms 1 sample and sending 8 bit value by software UART on ATtiny13. Used in antenna rotators for finding direction.
- 2023-04-24 12:35:03下载
- 积分:1
-
用VC实现的串口调试软件
用VC实现的串口调试软件-with VC serial debugging software
- 2022-12-31 20:40:08下载
- 积分:1
-
verilogHDL串口逻辑,波特率为96
verilogHDL串口逻辑,波特率为96-verilogHDL serial interface logic
- 2022-02-24 22:47:49下载
- 积分:1
-
一个基于智能测控冲击波DLL的二次开发串口通讯程序,具有实时数据的曲线趋势图显示,历史数据的曲线趋势图显示功能。...
一个基于智能测控冲击波DLL的二次开发串口通讯程序,具有实时数据的曲线趋势图显示,历史数据的曲线趋势图显示功能。
- 2022-02-01 12:10:33下载
- 积分: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
-
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费...
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费
简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。-Usage: System Requirements: WIN9X/ME/NT/2000 VC++ 6.0 and installed VC ACTIVEX controls (in VC6 installation selected) Free Introduction: In VC++ 6.0 using MSComm control programming can be achieved Serial receive data and send data, data were displayed on the receiver box and sent box.
- 2022-08-22 02:44:04下载
- 积分:1