Hi,
I'm developing a printer driver that should communicate with the printer
bi-directionally. I do this in my language monitor by calling ReadPort API of
the port monitor like this:
ret = (*pIniPort->fn.pfnReadPort)(pIniPort->hPort, pBuffer, cbBuf,
&cbRead);
It works normally when the port is USB port (USB001, USB002, ...). But it
fails if the port is a Standard TCP/IP or a "redirected port" (TS001, TS002,
...).
Any ideas?
Justin Huang.