CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - pcomm.dll
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - pcomm.dll - List
[
Communication
]
WatchCAN
DL : 0
监测CAN数据软件,通过串口控件PCOMM.DLL读取CAN数据-CAN data monitoring software, serial control through CAN data read PCOMM.DLL
Update
: 2008-10-13
Size
: 831.71kb
Publisher
:
王佳
[
Communication
]
COM
DL : 0
通过对pcomm.dll调用,对com口通讯的例程.采用多线程方式,可以对多串口进行通讯处理。
Update
: 2008-10-13
Size
: 77.31kb
Publisher
:
panhai
[
Other resource
]
SPPort
DL : 0
串口通讯控件。先把 Pcomm.dll 文件拷贝到OS能找得到的目录下。 在Component菜单下选择Install Component子菜单,选择Into existing package 或者 Into new package,在其中的Unit file name选择Port.pas文件,在Package file name 中输入包的名字,然后按OK选择安装。
Update
: 2008-10-13
Size
: 33.16kb
Publisher
:
dsd
[
Com Port
]
PCommDLLCSharp调用包
DL : 0
C#程序静态调用Pcomm.dll的文件和Pcomm.dll 2.0 namespace NewPort { public class OperPComm { [DllImport("PComm.dll", EntryPoint = "sio_open")] public static extern int sio_open(int port); [DllImport("PComm.dll", EntryPoint = "sio_ioctl")] public static extern int sio_ioctl(int port,int baud , int mode); [DllImport("PComm.dll", EntryPoint = "sio_DTR")] public static extern int sio_DTR (int port, int mode);
Update
: 2010-02-24
Size
: 27.64kb
Publisher
:
wzwgeorge
[
Com Port
]
serial-labview
DL : 0
本文件是关于虚拟仪器软件串口通信的源程序。-this document is on the virtual instrument software serial communication of the source.
Update
: 2025-02-17
Size
: 20kb
Publisher
:
崔战
[
Windows Develop
]
dktest
DL : 0
Update
: 2025-02-17
Size
: 216kb
Publisher
:
陈日月
[
Communication
]
WatchCAN
DL : 0
Update
: 2025-02-17
Size
: 831kb
Publisher
:
王佳
[
Com Port
]
my_comm
DL : 0
Update
: 2025-02-17
Size
: 90kb
Publisher
:
sjh
[
Communication
]
COM
DL : 0
通过对pcomm.dll调用,对com口通讯的例程.采用多线程方式,可以对多串口进行通讯处理。-By pcomm.dll call on the com port communication routines. Using multi-threaded, it can be to deal with multi-serial communication.
Update
: 2025-02-17
Size
: 77kb
Publisher
:
panhai
[
Other Embeded program
]
SPPort
DL : 0
串口通讯控件。先把 Pcomm.dll 文件拷贝到OS能找得到的目录下。 在Component菜单下选择Install Component子菜单,选择Into existing package 或者 Into new package,在其中的Unit file name选择Port.pas文件,在Package file name 中输入包的名字,然后按OK选择安装。-Serial communication control. Pcomm.dll first能找得到files are copied to the OS directory. In the Component menu option, select Install Component sub-menu, select the Into existing package or Into new package, in which the Unit file name selection Port.pas documents, in the Package file name, type the name of package, and then press OK to choose to install.
Update
: 2025-02-17
Size
: 33kb
Publisher
:
dsd
[
Com Port
]
PCOMM_pro_V2.0
DL : 0
moxa 公司出的串口库,带开发源码,非常方便的串口开发工具-The serial moxa company database, with the development of source code, the serial port is very convenient development tools
Update
: 2025-02-17
Size
: 943kb
Publisher
:
leiyahui
[
Delphi VCL
]
Serialdebuggingassistant
DL : 0
串口调试助手(DELPHI版MSCOMM) 这是一篇设计方案及源码,对于学习串口编程的来说非常有帮助。 利用Delphi或C++作为开发工具,根据SPCOM或MSCOMM控件、PCOMM.DLL等,设计出一串口调试助手,要求在不同计算机之间实现串口间数据通信,并以此为基础,实现对不同数据格式间的转换功能。 要求: 1、串口通信。 2、数据格式。 3、系统软件(Delphi7.0)。-Serial debugging assistant (DELPHI version MSCOMM) This is a design and source code for the study of serial programming is very helpful. Using Delphi or C++ as a development tool, according to SPCOM or MSCOMM control, PCOMM.DLL and so on, the design of a serial debugging assistants required between different computer serial data communications, and on this basis, the realization of the different data conversion between formats. Requirements: 1, serial communication. 2, data format. 3, system software (Delphi7.0).
Update
: 2025-02-17
Size
: 7kb
Publisher
:
Solonet
[
Com Port
]
PCOMM
DL : 0
PCOMM.DLL,串口开发的必备工具-PCOMM.DLL
Update
: 2025-02-17
Size
: 28kb
Publisher
:
bigcats
[
Com Port
]
Read_Data
DL : 0
通过PCOMM DLL 串口读取数据,J基于MFC平台-Read or Writer Data by PCOMM DLL ,in MFC
Update
: 2025-02-17
Size
: 1.78mb
Publisher
:
jj
[
assembly language
]
Pcomm-dll
DL : 0
Pcomm的lab 比Mscomm好很多(延时),简单易学。-Pcomm the lab a lot better than Mscomm (delay), easy to learn.
Update
: 2025-02-17
Size
: 71kb
Publisher
:
王若愚
[
Communication
]
ModbusPCOM
DL : 0
用VC++编写的dll文件,方便上位机编写应用程序ModbusPCOM.dll,借用pcomm.dll实现sio read write, 内置了CRC16效验,实现了modbus01,03,05,06,16功能。 debug和Release目录下都有简单的测试应用程序-Written by VC++ dll files to facilitate the preparation of PC applications ModbusPCOM.dll, borrow pcomm.dll achieve sio read write, built-in CRC16-tested to achieve the modbus01, 03,05,06,16 function.
Update
: 2025-02-17
Size
: 5.56mb
Publisher
:
Nemo
[
Com Port
]
Serior
DL : 0
VC串口程序,用到了pcomm.dll动态库,功能简单实用,希望对搞串口开发的朋友有所帮助-VC serial program using the pcomm.dll dynamic library, features a simple and practical, want to engage in serial development to help a friend
Update
: 2025-02-17
Size
: 1.82mb
Publisher
:
李天宇
[
Com Port
]
MyComm
DL : 0
串口调试程序4,通过调用PCOMM.DLL来实现串口通信程序,应用相对简单普遍-Serial debugger, 4 by calling PCOMM.DLL, serial communication program, the application is relatively simple and generally
Update
: 2025-02-17
Size
: 2.07mb
Publisher
:
张大
[
Windows Develop
]
Pcomm
DL : 0
调用该Pcomm.dll动态库,完成在C++ Builder环境下的电脑从COM口读取数据。尤其是在串口通信应用、上位机云台控制等。省去自己编写API函数,节省开发者时间。-Call the Pcomm.dll dynamic library, completed in C++ Builder environment computer to read data from the COM port. Especially in serial communications applications, PC PTZ control. Eliminating the need to write your own API functions, saving developers time.
Update
: 2025-02-17
Size
: 24kb
Publisher
:
林恒
[
Com Port
]
PCOMM
DL : 0
PCOMM.DLL 很好用的串口dll,直接调用就可。-PCOMM.DLL good use of the serial control
Update
: 2025-02-17
Size
: 31kb
Publisher
:
李林
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.