Nov 26, 2003 #1 jonybd Programmer Nov 3, 2002 166 BE how to get information on lpt1, com1 or usb ? which api or dll or function does help me to get information about that ?
how to get information on lpt1, com1 or usb ? which api or dll or function does help me to get information about that ?
Nov 28, 2003 #2 BiggerBrother Technical User Sep 9, 2003 702 GB For Com1 or Lpt, using VB, you want to create a MSComm control. Points for how to use this control can be found in MSDN or on the microsoft website. If you want to read USB input, you need the exact .dll file for the device you are trying to read. Good luck BB Upvote 0 Downvote
For Com1 or Lpt, using VB, you want to create a MSComm control. Points for how to use this control can be found in MSDN or on the microsoft website. If you want to read USB input, you need the exact .dll file for the device you are trying to read. Good luck BB