C#开发的串口调试助手,和网上的窗口调试助手功能类似,开发环境VS2005 .net2.0
1
介绍并分析SerialPort类,它把Windows API封装好,方便开发利用 1、Win32下串口大致操作流程 (1)打开串口:CreateFile函数 (2)建立串口通信事件:CreateEvent函数 (3)初始化串口:SetCommState函数 (4)建立监视线程,即读写数据线程,因为我们不知道什么时候数据会到来,这里是一个异步事件 (5)写数据:WriteFile (6)结束:关闭线程->停止WaitCommEvent->CloseHandle
2021-05-06 09:01:32 704KB SerialPort类 PLC通信
1
PLC_串口通讯SerialPort类代码
2021-05-06 09:01:32 8KB PLC 串口通信
1
SerialPort.h和SerialPort.cpp文件,WinSocket编程中用于操作串口的的类
2021-04-27 14:49:34 15KB MFC C语言
1
关于利用android-serialport-api实现在安卓设备上进行串口通信,附精简版demo,亲测可用。符个人博文说明:http://blog.csdn.net/ckw474404603/article/details/37811499
2021-04-23 16:41:11 149KB 安卓 串口通信
1
串口通讯,信息收发
2021-04-20 13:02:29 871KB 串口通信 qt5
1
该程序适合串口通讯初学者,其中包括了串口数据的发送和接收方法的实现,还包括了线程、委托、串口通信协议模拟发送,函数重载等,很适合初学者的学习。 资源中含有了该工程的使用方法----------请查看 "使用方法.txt"。
2021-04-16 10:36:37 48KB 串口 通信 serialport justinio
1
安卓串口Demo程序 基于谷歌提供的源码android-serialport-api-android-serialport-api
2021-04-15 14:09:32 1.62MB 安卓 串口
1
文件列表 1.PComm.dll 2.Pcomm.h 3.PCOMM.LIB 4.Pcommb.lib 头文件部分内容如下 /* PComm_c.h 3/31/1998 * PComm define file for Win32 on C/C++ * History: * Date Author Comment * 10/22/1996 Victor wrote it. * 03/28/1997 Victor modified. add sio_term_irq function. * add sio_linput function. * 04/29/1997 Victor modified. add sio_putb_x function. * 05/21/1997 Victor modified. add sio_view function. * 06/13/1997 Victor modified. add file transfer function. * 06/30/1997 Victor modified. add sio_TxLowWater function. * 11/17/1997 Victor add sio_AbortWrite, sio_SetWriteTimeouts * 11/21/1997 Victor add sio_SetReadTimeouts, sio_AbortRead * sio_GetReadTimeouts, sio_GetWriteTimeouts * 03/08/1998 Casper support VB 5.0 */
2021-04-15 12:00:53 30KB PComm.dll SerialPort C/C++
1
简单明了的利用SerialPort类读取和发送串口数据
2021-04-15 09:40:53 16KB C# SerialPort 串口数据
1