-
通过串口控件的串口小程序,发送和接收数据,以及保存数据。...
通过串口控件的串口小程序,发送和接收数据,以及保存数据。-serial control through serial small program to send and receive data, and store data.
- 2023-04-09 21:05:03下载
- 积分:1
-
Himself wrote a serial type, from CNCOMM mistakes, to streamline the code, solve...
自己写的一个串口类,从CNCOMM改正过来的,精简代码,解决了只能事件方式下只能接收几个字符的问题-Himself wrote a serial type, from CNCOMM mistakes, to streamline the code, solve the incident only way to receive only a few characters in the issue of
- 2022-01-23 10:45:58下载
- 积分:1
-
sony 351音响串口控制程序!程序本身提供了操作界面,可以切换351的四路输入ABCD,同时也可以增加对声音实现增加、减小、静音等功能。...
sony 351音响串口控制程序!程序本身提供了操作界面,可以切换351的四路输入ABCD,同时也可以增加对声音实现增加、减小、静音等功能。-351 serial control procedures! The process itself provides a user interface that can switch 351 4P ABCD input, but can also increase the voice added, reduce, mute function.
- 2022-01-26 16:17:15下载
- 积分:1
-
在Labview开发环境之中,检验串口一个例子.
在Labview开发环境之中,检验串口一个例子.-In Labview development environment, and test serial port a case in point.
- 2023-08-03 20:30:03下载
- 积分:1
-
调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听...
调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听-call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping
- 2022-07-07 22:02:40下载
- 积分:1
-
一个串口测试程序,包括源代码,供大家学习
一个串口测试程序,包括源代码,供大家学习-A serial port test program, including source code for all to learn
- 2023-05-13 18:30:02下载
- 积分:1
-
Serial data transceiver, set to open the serial port, baud rate settings, send a...
实现串口的数据收发,设置串口的打开,波特率设置,收发进制转换-Serial data transceiver, set to open the serial port, baud rate settings, send and receive hexadecimal conversion
- 2023-08-15 17:00:02下载
- 积分:1
-
Zebra 热传打印机控制 串口ActiveX控件
My email: richardlzl@163.com...
Zebra 热传打印机控制 串口ActiveX控件
My email: richardlzl@163.com
-Zebra thermal printer-control serial ActiveX My email : richardlzl@163.com
- 2023-07-31 03:20:03下载
- 积分:1
-
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断...
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断-on the debugging, it will also send a string, and have interrupted
- 2022-03-25 07:36:00下载
- 积分: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