From: Jack on
MsComm can access comport.
What can I use to read from USB port?
Jack


From: MM on
On Thu, 23 Nov 2006 12:46:26 -0500, "Jack" <notreplyto(a)it> wrote:

>MsComm can access comport.
>What can I use to read from USB port?
>Jack

It would also interest me how to write to a USB port from VB6. Are
there ActiveX controls for this (reading/writing)?

MM
From: NeilH on

"Jack" <notreplyto(a)it> wrote in message
news:eei3MdyDHHA.2356(a)TK2MSFTNGP03.phx.gbl...
> MsComm can access comport.
> What can I use to read from USB port?
> Jack
>
>

Assuming you mean a USB serial port, then install the USB to Serial drivers
which should have been supplied with the USB device.

If it is not a serial device then you need to supply more details.


From: Hans Heezemans on
I found the location via Google again:

"Thosten Albers did a great job recreating Microsoft's USBView in VB:
http://omnibus.uni-freiburg.de/~albers/snippets/usbinfo10.zip "

Greetings,

Hans Heezemans
www.iservi.com

"Hans Heezemans" <hh(a)REMOVECAPSiservi.com> schreef in bericht
news:eoJysj7DHHA.5028(a)TK2MSFTNGP03.phx.gbl...
>I downloaded this code somewhere (I do not know where, but I found it via
>Google). It enables one to read USB info in VB
>
>
> HTH
> Hans Heezemans
> www.iservi.com
>
>
> "Jack" <notreplyto(a)it> schreef in bericht
> news:eei3MdyDHHA.2356(a)TK2MSFTNGP03.phx.gbl...
>> MsComm can access comport.
>> What can I use to read from USB port?
>> Jack
>>
>>
>
>
>


From: Jack on
The code has missing the most important part:
USBInfo10.bas module.
Jack

"Hans Heezemans" <hh(a)REMOVECAPSiservi.com> wrote in message
news:uct$No7DHHA.1304(a)TK2MSFTNGP02.phx.gbl...
>I found the location via Google again:
>
> "Thosten Albers did a great job recreating Microsoft's USBView in VB:
> http://omnibus.uni-freiburg.de/~albers/snippets/usbinfo10.zip "
>
> Greetings,
>
> Hans Heezemans
> www.iservi.com
>
> "Hans Heezemans" <hh(a)REMOVECAPSiservi.com> schreef in bericht
> news:eoJysj7DHHA.5028(a)TK2MSFTNGP03.phx.gbl...
>>I downloaded this code somewhere (I do not know where, but I found it via
>>Google). It enables one to read USB info in VB
>>
>>
>> HTH
>> Hans Heezemans
>> www.iservi.com
>>
>>
>> "Jack" <notreplyto(a)it> schreef in bericht
>> news:eei3MdyDHHA.2356(a)TK2MSFTNGP03.phx.gbl...
>>> MsComm can access comport.
>>> What can I use to read from USB port?
>>> Jack
>>>
>>>
>>
>>
>>
>
>