串口通讯,pcomm,比mscomm更加强大的通讯,适合通讯开发等,可以试试
2021-07-15 19:19:21 10KB pcomm
1
串口通信构件
2021-06-17 22:01:19 936KB 控件 源码 网络通讯 资源
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
Pcomm动态库,应用于VC案例,串口通信编程的一种方法中要使用的三个文件。 包含一个安装文件,也可以安装后可以再c:\Program Files\PCommLt\Lib下找到Pcomm.h, Pcomm.lib, Pcomm.dll3个文件
2021-02-25 12:24:51 861KB Pcomm.h Pcomm.lib Pcomm.dll
1
python实现调用PCOMM.dll Zmodem协议传文件, 顺带PcommLite 内含C++,DELPHI,VB 例子,以及 PCOMM.dll PCOMM.LIB, 还有linux系统rz/sz命令安装包 ( 我用来从windows传文件到Linux系统的,网上有几个python实现串口传文件,但都有问题,作为新手的我反复修改了一整天的细节,最终才能运行,难~~~)
2020-01-09 03:08:02 53.28MB PCOMM Python 串口传文件 Zmodem
1
软件介绍: PCOmm是是一款串口通讯程序开发利器,可用于多种开发编辑软件。Readme.txt自述文件.Lib\*  库文件Example\C\是Visual C 示例文件Example\VB\Visual Basic的所有示例文件Example\Delphi\是所有Delphi的示例文件Utility\为所有使用文件(包括诊断和监控等等)
2019-12-21 21:38:55 864KB 其他资源
1
大名鼎鼎的 pcomm lite 支持64位了,pcomm串口操作关键是稳定,dll模式省去环境的配置。
2019-12-21 20:11:41 1.6MB pcomm 串口通信
1
C#调用MOXA公司的PComm.dll类库PComm(线程安全) 接口函数: 1、public int InitComm(Hashtable Ht_CommParam) 2、 public int SendFrame(string Str_SendFrame, ref string Str_RecFrame, int i_NewBaudrate = 0) 3、public int CloseComm() 4、public string GetCommErrMsg(int i_ErrCode)
2019-12-21 19:21:17 95KB PComm C# 多线程
1