请问各位高手,有没DELPHI6的串口通信控件?(50分)

  • 主题发起人 主题发起人 manywolves
  • 开始时间 开始时间
M

manywolves

Unregistered / Unconfirmed
GUEST, unregistred user!
请问各位高手,有没DELPHI6的串口通信控件?下载的spcomm好像不能用于D6。
谢谢,能不能提供下载地址
 
www.51delphi.com
 
我原来用过tcomport免费的,还不错,还有源码。
http://www2.arnes.si/~sopecrni/
 
spcomm当让可以用于D6了。mscomm也可以
 
cport264,免费的有源码,你在google搜一下
 
CPort263看来我的是比较旧了,有源码、例子、帮助,特别好用,强烈推荐
 
为什么不用mscomm??
 
http://www.torry.net/vcl/comms/modems/async32.zip
 
jianl:我下载了cport,可是安装不上??能不能给我详细的说一下安装步骤??谢谢!!
 
Use "File/Open" menu item in Delphi/C++ Builder IDE to open
ComPort run-time package source file (see above). Click "Compile"
button in Package window to compile the library. Now move run-time
package library file or files (see above) from ComPort folder to a
folder that is accessible through the search PATH (e.g. WinNT/System32).

先打开cportlib??.dpk,compile

Now you have to install design-time package. Use File/Open menu item
to open design-time package source file (see above). Click "Compile"
button in Package window to compile the package and "Install" button
to register ComPort into the IDE. ComPort components appear in
"CPortLib" page of component pallete. If it complains that it
can't install it because it can't find a library, you probably
did not put the run-time package in the search path. You might
not get this error until the next time you try to start
Delphi/C++ Builder.

然后打开DsgnCPort?.dpk,install就应该可以了吧,当然还要加路径
 
用MSCOMM很好,工作稳定,速度也很快,程序编写很简单。
 
谢谢大家的热心帮助。 :)
 
我有一个在网上下载的控件,还好用有源码,我以前做的和Led同步屏通讯都是用他来做的!
如果要请mail 我 jhdzwq@163.com
 
to jhzzwq, 最近我也在学串口通讯,能否发给我学习,yuerbug@163.com
 
读频:
发送引导数据:2 50 52 4F 47 52 41 4D
收到应答:06
发送引导机型数据:02
收到机型数据50 33 31 30 37 F4 00 00 06
发送数据:06 52 00 00 08
收到数据:57 00 00 08 FF FF FF FF FF FF FF FF 06

写频:
发送引导数据:2 50 52 4F 47 52 41 4D
收到应答:06
发送引导机型数据:02
收到机型数据:50 33 31 30 37 F4 00 00 06
送数据:57 0 0 8 FF FF FF FF FF FF FF FF

该协议下通讯,那位大哥能帮帮我?怎么实现?
 
后退
顶部