开发平台(Platform): VC++, BCB
额外使用到的函数库(Library Used): WinIO
问题(Question):
小弟我使用了两条USB to Parallel Cable(DB25 virtual printer port)
想使用WinIO去driver他的IO,但发现这个USB转DB25的东西,好像不能用旧有的方法
直接去看他的Address,然后输出。
因此想请问各位高手,能否提点小的一下?
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码:
#include "winio.h"
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
InitializeWinIo();
}
//