-
用VC++6.0实现PC机与单片机之间的串口数据交换
用VC++6.0实现PC机与单片机之间的串口数据交换-VC 6.0 PC with a serial port between SCM data exchange
- 2022-07-20 03:54:05下载
- 积分:1
-
- 2022-03-20 12:08:42下载
- 积分:1
-
利用西门子的GSM芯片(TC35)的手机模块实现短信的读写,该手机模块可以加入SIM卡,然后就跟手机一样使用了,程序可以通过串口进行控制...
利用西门子的GSM芯片(TC35)的手机模块实现短信的读写,该手机模块可以加入SIM卡,然后就跟手机一样使用了,程序可以通过串口进行控制-The programme use GSM CMOS chip(TC35) module to read and write short message, you can insert SIM card into this module, then it can work as ordinary Mobile phone,the programme can control the module through com port.
- 2022-07-15 01:07:16下载
- 积分:1
-
串口程序,使用vc编写,好东西,大家可以分享一下。
串口程序,使用vc编写,好东西,大家可以分享一下。-Serial procedures, the use of vc preparation, good things, we can share.
- 2022-08-17 14:13:41下载
- 积分:1
-
注:此源程序只作参考,内有些函数未有原型,借鉴在于其通信方式及其设置。 CRC检校可另参考其它代码。...
注:此源程序只作参考,内有些函数未有原型,借鉴在于其通信方式及其设置。 CRC检校可另参考其它代码。-Note : This only source for information, some not function prototype reference in its communications and its settings. CRC calibration can be a reference to the other code.
- 2022-02-05 22:45:55下载
- 积分:1
-
RS232 serial port is very useful debugger for microcontroller serial communicati...
RS232串口是非常有用的单片机串行通信调试器,编写的C源代码
- 2022-02-03 06:51:14下载
- 积分:1
-
12,14,16点阵汉字显示文件
12,14,16点阵汉字显示文件
12,14,16点阵汉字显示文件
12,14,16点阵汉字显示文件-12,14,16 dot matrix display Chinese characters files characters dot matrix display documents 12,14,16
- 2023-01-22 01:40:04下载
- 积分:1
-
关于怎么制作串行线,并给出汇编源码通讯例子,希望能给有需要的朋友们参考。...
关于怎么制作串行线,并给出汇编源码通讯例子,希望能给有需要的朋友们参考。-on how serial production line, and gives examples of communications source code compilation, in hopes of giving the needy friends as a reference.
- 2023-05-21 01:45:03下载
- 积分: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
-
a universal serial communications can be used as serial programming with Learnin...
一个通用的串口通讯类,可以作为串口编程的学习之用-a universal serial communications can be used as serial programming with Learning
- 2022-03-01 15:58:03下载
- 积分:1