-
- 2022-08-07 17:38:01下载
- 积分: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
-
模拟屏驱动,含DDE连接,Access数据库定义了地址
模拟屏驱动,含DDE连接,Access数据库定义了地址-screen simulation-driven, with DDE link, Access database definition of the address
- 2023-02-05 21:45:04下载
- 积分:1
-
VB串口控件属性 之关于使用 VB 与单片机通信
VB串口控件属性 之关于使用 VB 与单片机通信-VB serial control attribute on the use of VB with the single-chip communication
- 2022-02-21 23:58:53下载
- 积分:1
-
AVR ATmega128 serial communications procedures, data entry, lit the lights come...
AVR单片机ATmega128的串口通讯程序,根据输入的数据,点亮不同的指示灯,可以验证串口通讯的正确性。-AVR ATmega128 serial communications procedures, data entry, lit the lights come on, can verify the correctness of serial communications.
- 2022-07-21 15:24:46下载
- 积分:1
-
CSerialPort类最新源码V1.27
CSerialPort类最新源码V1.27-V1.27 up-to-date source CSerialPort category
- 2022-01-22 07:03:28下载
- 积分:1
-
显示West4170的波形,
并可读取或设置所有的参数
显示West4170的波形,
并可读取或设置所有的参数-West4170 waveform display can be read or set all the parameters
- 2022-02-22 04:42:12下载
- 积分:1
-
C51 under the 485 communications procedures. Including mainframe and from the pl...
C51下的 485通讯程序. 包括 主机 和从机的程序. 测试通过了的-C51 under the 485 communications procedures. Including mainframe and from the plane procedures. Pass the test
- 2023-05-31 23:20:03下载
- 积分:1
-
一个采用mscomm控件的串口读写的例子,有程序工程的各个文件,如资源文件、头文件源代码、实现文件源代码和工程文件...
一个采用mscomm控件的串口读写的例子,有程序工程的各个文件,如资源文件、头文件源代码、实现文件源代码和工程文件-mscomm using a serial control of literacy example, the procedures for various documents, resources such as documents, files, source code, the source code to achieve documents and engineering documents
- 2022-01-27 16:37:47下载
- 积分: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