-
PCF8566液晶模块程序,及其原理应用。
PCF8566液晶模块程序,及其原理应用。-The program and application of PCF8566
- 2022-06-26 21:42:28下载
- 积分: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
-
在nt下对端口进行读写
在nt下对端口进行读写-nt under the right and write ports
- 2022-02-04 02:29:28下载
- 积分:1
-
一个简单的电脑红外遥控驱动程序,只能识别特定的红外信号(我是基于K11B遥控器编的),不能自动识别,还有一些简单的,控制其它程序的方法...
一个简单的电脑红外遥控驱动程序,只能识别特定的红外信号(我是基于K11B遥控器编的),不能自动识别,还有一些简单的,控制其它程序的方法-A simple computer infrared remote control driver, could only identify a specific infrared signals (I was compiled based on the remote control K11B), does not automatically recognize, there are some simple method of controlling other programs
- 2022-08-16 08:59:52下载
- 积分:1
-
用C51编写的基于51单片机串口点对点双向通信程序,特点是具有可靠的通信失败检测及信息重发功能。...
用C51编写的基于51单片机串口点对点双向通信程序,特点是具有可靠的通信失败检测及信息重发功能。-with C51 prepared by the 51 microcontroller-based point-to-point two-way serial communication program, which is characterized with reliable communication failure detection and re-issued the information function.
- 2022-08-23 10:24:55下载
- 积分:1
-
Serial Communication for the (source code) do maxplusII
串行通信的(源代码)做maxplusII
- 2022-12-22 04:30:03下载
- 积分:1
-
随着西门子通信PC 200PLC开发经典的delphi源码
西门子200PLC与上位机通信 delphi开发经典源码-PC 200PLC with Siemens Communications to develop the classic source delphi
- 2022-06-19 08:24:57下载
- 积分:1
-
本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发...
本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, not necessarily require the detection i2c-response, and can directly past trip delay, but the process must be read to the response signal, stopped at reading, we recognize the signals are on the fat. Otherwise, the address read for the course could not go wrong, but the randomness of the process would be a mistake, I was in the process to stop for no signal, 24cxx in output data, read errors. I discovered the problem after the procedure just joined the order of a completely normal.
- 2022-02-02 10:09:18下载
- 积分:1
-
C8051F340 uart0 实现串口0的通讯
C8051F340 uart0 实现串口0的通讯-C8051F340 uart0 1111111111111
- 2023-02-20 01:50:03下载
- 积分:1
-
串口数据转换,VB60源程序,本人从网上收集,分享给大家,谢谢,没有解压密码....
串口数据转换,VB60源程序,本人从网上收集,分享给大家,谢谢,没有解压密码.-Serial data conversion, VB60 source, I gather from the Internet, to share to you, thank you, there is no decompression password.
- 2023-03-14 18:25:03下载
- 积分:1