Device interaction

Just starting out? Need help? Post your questions and find answers here.
Nubcake
Enthusiast
Enthusiast
Posts: 195
Joined: Thu Feb 03, 2011 7:44 pm

Device interaction

Post by Nubcake »

Hi

Been wondering for a while now about this ; how can I interact with the devices connected to my computer? I.e Getting the device name or anything related to it.

Thanks
Nubcake
acreis
Enthusiast
Enthusiast
Posts: 204
Joined: Fri Jun 01, 2012 12:20 am

Re: Device interaction

Post by acreis »

Hi,

The documentation shows how you can iterate with screen, speakers, printer, keyboard and mouse. I think there is something about webcams you can find if you search the forum, as well about USB.

Good Luck
laserjones
New User
New User
Posts: 9
Joined: Sat Sep 05, 2009 11:08 pm

Re: Device interaction

Post by laserjones »

acreis wrote:I think there is something about webcams you can find if you search the forum, as well about USB.
The problem is that a forum search for "usb" does not return anything, even though there are posts about USB (I know, because I wrote two of them). It seems like the forum does not accept search terms with only three characters, but it does not inform users about this limitation. This should be changed in my opinion.
BarryG
Addict
Addict
Posts: 4128
Joined: Thu Apr 18, 2019 8:17 am

Re: Device interaction

Post by BarryG »

laserjones wrote:the forum does not accept search terms with only three characters
Search for usb* instead and you'll get 106 hits. The search function says to use * for partial matches.

Or use Google for your search terms with "purebasic forum" added to the end, like this:

https://www.google.com/search?q=usb+"purebasic+forum"

[Edit] Tenaja beat me!
Last edited by BarryG on Sun Oct 06, 2019 1:00 am, edited 2 times in total.
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: Device interaction

Post by Tenaja »

laserjones wrote:
acreis wrote:I think there is something about webcams you can find if you search the forum, as well about USB.
The problem is that a forum search for "usb" does not return anything, even though there are posts about USB (I know, because I wrote two of them). It seems like the forum does not accept search terms with only three characters, but it does not inform users about this limitation. This should be changed in my opinion.
If you use Google or duck duck go, this works:
Usb hid site:purebasic.fr/English/
That's how I found the link in your other thread, when the forum search failed.
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: Device interaction

Post by Tenaja »

Barry, I like searching with "site" rather than including "purebasic forum" because with something as obscure as pb you seem to always get too many bad results without the site restriction.
Post Reply