-
本程序为串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc
需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bindeb...
本程序为串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc
需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bindebug-This procedure for the serial communication module, communication protocol document [communications command and communication requirements. Doc needed a C++ to write the dll, a tool for serial port initialization. (The dll file has been on the bin debug
- 2022-06-30 18:33:33下载
- 积分:1
-
MSCOMM API Visual Basic 6
MSCOMM API Visual Basic 6
- 2022-01-25 16:40:22下载
- 积分:1
-
串口中断程序,可以连接两台pc,加上无线设备,可实现无线通讯
串口中断程序,可以连接两台pc,加上无线设备,可实现无线通讯-interrupt procedures, can be connected to two pc, coupled with wireless equipment, wireless communication
- 2022-01-31 15:52:56下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
周立功 深入浅出ARM7
周立功 深入浅出ARM7-lpc213x上-Week Ligong easy on ARM7-lpc213x
- 2022-02-06 05:31:08下载
- 积分:1
-
NRF24L01原理图51单片机源代码设计资料
资源描述NRF24L01无线模块的使用手册,包含原理图、51单片机源代码、pcb封装等
- 2022-07-06 15:43:14下载
- 积分:1
-
ASK modulation communication system procedures, more practical, including the co...
通信系统的ASK调制程序,比较实用,包括完整的工程-ASK modulation communication system procedures, more practical, including the complete works
- 2022-03-19 11:07:31下载
- 积分:1
-
powerline communication channel
powerline communication 的 channel-powerline communication channel
- 2022-03-07 15:19:35下载
- 积分:1
-
HKTERMINAL
- 2023-02-12 02:35:04下载
- 积分:1
-
是一个手机功能的模拟程序,从界面到功能都做了很好的模拟...
是一个手机功能的模拟程序,从界面到功能都做了很好的模拟-It s a emulator program of mobile function, have a very good emulation from MMI to functions
- 2023-01-31 14:20:05下载
- 积分:1