開發平台(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();
}
//