tags:

views:

163

answers:

2

How do I send and receive via USB in C#? And what about Serial and LPT?

+7  A: 

Example of simple usb app here.

Use the serial port class, found here for serial port.

Decent example of LPT here.

gmcalab
+1  A: 

For accessing USB ports you can use LibUsbDotNet library

Giorgi