A
AM
What I am trying to do is write raw data to a USB to parallel adapter
to control an external device (as I dont have a parallel port) using
VC++.net or C#
The adapter is not a true parallel port and is hence treated as a USB
device. How would I be able to write raw data or ASCII data to this
adapter? Can I use the WritePort
(http://msdn.microsoft.com/library/d..._b4300d7a-1424-40e0-931f-08c727eb4174.xml.asp)
function and if so how ? an example would help a lot.
Thanks,
AM
to control an external device (as I dont have a parallel port) using
VC++.net or C#
The adapter is not a true parallel port and is hence treated as a USB
device. How would I be able to write raw data or ASCII data to this
adapter? Can I use the WritePort
(http://msdn.microsoft.com/library/d..._b4300d7a-1424-40e0-931f-08c727eb4174.xml.asp)
function and if so how ? an example would help a lot.
Thanks,
AM