FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   USB stream
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: USB stream  (Read 3024 times)
benelek

35160983516098 WWW Email
USB stream
« on: May 23rd, 2003, 12:15pm »

i be in heaven if p5 had an easy way for me to access any USB device i wish to connect to.
 
I don't know how complicated the issue of device connectedness is, but there're a huge range of possible devices out there that are not webcams. even if the degree of integration was on a basic bit-stream level (or especially so), i would relish the opportunity to examine the ways that devices communicate through the USB port, through p5.
 
-jacob
 
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: USB stream
« Reply #1 on: May 23rd, 2003, 1:21pm »

josh nimoy has recently wrote usbxtra with accompanying code for processing. you might be interested to go look and see.
 
http://stage.itp.tsoa.nyu.edu/~jn429/usbxtra/
 
benelek

35160983516098 WWW Email
Re: USB stream
« Reply #2 on: May 23rd, 2003, 2:57pm »

hey, that looks good. now to find out the vendor number and product number of all my USB devices!
 
Glen Murphy

WWW Email
Re: USB stream
« Reply #3 on: Aug 17th, 2003, 8:43am »

Look in your registry under HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Enum/HID - it shows all the connected USB HID devices, listed by VID and PID (in hex).
 
Glen Murphy

WWW Email
Re: USB stream
« Reply #4 on: Aug 17th, 2003, 8:45am »

(Also, look at he 'USB' directory under 'Enum' for a list of non-HID devices).
 
A word of note - if a device is currently being used (your mouse, for example), then you won't be able to access it.
 
benelek

35160983516098 WWW Email
Re: USB stream
« Reply #5 on: Aug 17th, 2003, 4:20pm »

thanks Glen, this is one of those things that i didn't know enough about to be able to find the answer on my own!
 
rgovostes

rgovostes
Re: USB stream
« Reply #6 on: May 7th, 2004, 2:17am »

Is there any way to do this without making a "pic chip" for your USB device?
 
Pages: 1 

« Previous topic | Next topic »