LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB CDC class

I am trying to communicate between PC and uC with usb interface CDC class as a virtual com port. I do have driver for CDC class and after loading it my device is recognised as Virtual Com port in device manager. So as a result I do have a controller which is connected via usb cable to pc and at pc side it is a virtual com port.

 Now as my device is recognised as com port-3 I tried to write labview vi for pc side... I tried to modify basic serial read and write example such that I can continuously send and receive data but I am not able to communicate....My point is that is there something else to do for this case in making vi...or something missing in my vi.... 

My vi is attached...

0 Kudos
Message 1 of 3
(3,350 Views)
Anyone used USB CDC class for communication??
0 Kudos
Message 2 of 3
(3,331 Views)
Do you have communication working with Hyperterminal? Before you try writing any code, verify the com settings and cable work with that.
0 Kudos
Message 3 of 3
(3,327 Views)