-
串口控制程序一般分为查询和中断两者方式。查询方式适用于简单的应用,简单可靠,但是缺点是需要占用处理器资源,在发送或者接收数据的时候不能做其它的事情,处理器利用率...
串口控制程序一般分为查询和中断两者方式。查询方式适用于简单的应用,简单可靠,但是缺点是需要占用处理器资源,在发送或者接收数据的时候不能做其它的事情,处理器利用率低。中断方式下,在发送或者接受数据的时候处理器还可以做其它的工作,效率较高。-Serial control procedures will generally be divided into two way query and interruption. Query applied to simple applications, simple and reliable, but the drawback is the need to occupy processor resources to send or receive data at the time should not make other things, the processor utilization rate. Interrupt mode, the send or accept data when the processor can do other work, more efficient.
- 2022-03-05 23:44:04下载
- 积分:1
-
用C++写的modbus串口通讯程序,供大家学习参考
用C++写的modbus串口通讯程序,供大家学习参考-C wrote Modbus serial communication program for all learning reference
- 2022-03-29 16:56:22下载
- 积分:1
-
串口通信显示图像,通过232可显示不同大小的采集图像
串口通信显示图像,通过232可显示不同大小的采集图像-serial communication and display images through 232 can show that the different size of the image collection
- 2022-03-29 05:49:34下载
- 积分:1
-
一个全球定位系统和串口通信程序,很好的信息给一个全球定位系统的信号…
一个GPS与串口通信的程序,很好的对gps信号信息解码,提取 并用VC信息转换!-a GPS and serial communication procedures, very good information to a GPS signal decoding, extraction and conversion of information with VC!
- 2023-06-17 00:55:03下载
- 积分:1
-
S3C2410ARM处理器的uCos2移植实验代码,包括移植,串口通信等。...
S3C2410ARM处理器的uCos2移植实验代码,包括移植,串口通信等。-S3C2410ARM processor code uCos2 transplant experiments, including transplantation, serial communications.
- 2022-02-01 01:01:39下载
- 积分:1
-
- 2022-08-07 17:38:01下载
- 积分:1
-
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)...
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14)
MSComm1.output := str
在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01)
MSComm1.output := str
-Problem. Pelco agreement左转右转control when there are problems. Other features easy to use. DELPHI I used to write the procedures in the MouseDown, str: = chr ($ FF)+ Chr ($ 01)+ chr ($ 00)+ chr ($ 04)+ chr ($ 0F)+ chr ($ 00)+ chr ($ 14) MSComm1.output: = str in the CLICK event: str: = chr ($ FF)+ chr ($ 01)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 01) MSComm1.output: = str
- 2022-02-06 22:16:02下载
- 积分:1
-
entry windows Serial Programming
windows串口编程入门-entry windows Serial Programming
- 2022-12-12 18:15:04下载
- 积分:1
-
单片机串行接口
使用汇编语言编写的在MCU中可用的串口接口程序-serial interface for MCU
- 2022-05-21 01:32:13下载
- 积分:1
-
《Visual C++ 串口通信技术与工程实践》(代码)7.1节
《Visual C++ 串口通信技术与工程实践》(代码)7.1节
- 2022-02-05 14:25:32下载
- 积分:1