关于并口通讯的问题
日期:2006-05-28 荐:
关于并口通讯的问题在windows xp 系统中无法直接调用并口,用于两个电脑之间的通讯,有没bcb的控件能实现此过程,还有并口通讯的资料比较少,有没有关于此方面的资料能提供一下。不胜感激有一个控件叫winIO,可能是DLL,本人没用过,调用 它里面封装的函数就可以直接对商口进行操作winIO用bcb怎样调用,清说清楚一些。谢谢Using WinIo in a C Builder applicationIn order to use WinIo in a C Builder application, you should take the following steps: 1。Place winio.dll, winio.vxd and winio.sys in the directory where your application's executable file resides. 2。Create a winio.lib file by running the IMPLIB utility that is bundled with C Builder. 3。Add the generated winio.lib to your project file. 4。Remove the WINIO_API constant from the function declarations in winio.h. 5。Add the "#include "winio.h" statement to your source file. 6。Call InitializeWinIo. 7。Call the library's functions to access I/O ports and physical memory. 8。Call ShutdownWinIo. 为了能够在BCB下使用WINIO,您必须完成发下步骤1。将winio.dll, winio.vxd 和 winio.sys复制到你的可执行文件所在目录,2.用BCB自带的IMPLIB创建一个winio.lib文件。3.现在将生成的winio.lib文件加到你的工程里来。4.去掉winio.h文件里所有WINIO_API字符。5.在你的源文件里加入#include "winio.h"以包含winio的头文件。6.调用InitializeWinIo()函数启动winio.7.现在可以调用winio提供的函数进行i/o内存访问。8.用完请调用ShutdownWinIo()关闭winio谢谢楼上的各位,非常感谢能否在提供一些bcb编写并口通讯的资料,我实在是找不着了。
标签: