USB programming
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, need ur help i have a circuit(ADC to BINARY) which i wish to communicate via USB port to a VB program to read data from( Example like a USB mouse which gives input and the cursor moves) I did some research and found out about virtual com ports which fools the program into thinking that the usb port is a com port but i'm not sure how to create one, do i need to do it this way or is there another way in which i could directly send data(binary) to the VB program ;) ;)