Page 1 of 1

Does PB Support Working with USB?

Posted: Fri Aug 13, 2010 5:24 pm
by swhite
Hi

I did not find anything the documentation about support for USB. How have people used PB for working with USB?

Simon

Re: Does PB Support Working with USB?

Posted: Fri Aug 13, 2010 5:45 pm
by Demivec
swhite wrote:I did not find anything the documentation about support for USB. How have people used PB for working with USB?
When searching, try a term longer than 3 letters (i.e. "device") then search those results for USB. You could then search the results with any additional terms you need.

There have been several methods discussed in the forums, some involving COMate.

Re: Does PB Support Working with USB?

Posted: Fri Aug 13, 2010 7:44 pm
by skywalk
I also agree it is hard to find and would welcome a native USBPort Library :wink:

http://www.purebasic.fr/english/viewtop ... 58#p320558

Re: Does PB Support Working with USB?

Posted: Fri Aug 13, 2010 8:54 pm
by Vera
Hi,

small addition to Demivecs tip: searching a three-lettered word could be (halfway) achieved by adding an asterix '*'. In case of USB* you'd get a lot of results ;)

cheers ~ Vera

Re: Does PB Support Working with USB?

Posted: Fri Aug 13, 2010 9:07 pm
by Rescator
Alternatively if your browser supports OpenSearch then just use the forum search plugin http://www.purebasic.fr/english/viewtop ... 27&t=42061

Re: Does PB Support Working with USB?

Posted: Fri Sep 10, 2010 8:26 pm
by epidemicz
Not to throw the discussion further off the topic but when I search i use google site:forums.purebasic.com [whatever].

Wish I had something to add that was more on topic, but good luck.

Re: Does PB Support Working with USB?

Posted: Fri Sep 10, 2010 8:47 pm
by utopiomania
A 'USB port' isn't like a COM port. I think that you must either interface with each device (device driver) that use USB, or if you are thinking of an USB hosted serial port device, then access it as it was a COM port after the driver is installed.

USB port <> COM (serial) port.