 |
How to read/write data from/to USB Serial by Visual Basic - Toolbox for IT Groups
I have written a program to control DVD players from a laptop using a USB-Serial adapter. A basic example of usage is... 'Set port settings (baud rate etc.) MSComm1.Settings = "4800, n, 8, 1" 'Set Port MSComm1.CommPort = 3 'Open Port MSComm1.PortOpen ...
visualbasic.ittoolbox.com |
 |