Click here to Skip to main content
16,004,647 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to send data in parallel port ,,,but in have laptop not have port ...

i see usb to print work in printer ,,,, is work in c# code to send data ????
Posted
Updated 8-Feb-13 12:59pm
v2

1 solution

Mostly if people do this, they install a usb->serial device driver - then the IO is accessed exactely as if it were a COMn: port

this has a good discussion

http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/0388ec40-47f1-44f8-a25d-d0d5e7ddf2d2[^]


- if you really want to use the USB port 'as is', then you likely need to go down the libusbdotnet route

'g'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900