Maker Pro
Maker Pro

Switch Positions to USB Conversion

D

dale

I have a panel with a rotary switch and several toggle switches. I need to
sense the switch positions and output them via USB. Any ideas of how to
implement?
Thank you,
Dale
 
D

Don McKenzie

dale said:
I have a panel with a rotary switch and several toggle switches. I need to
sense the switch positions and output them via USB. Any ideas of how to
implement?
Thank you,
Dale

here is a whole bunch of USB interfaces to have a look through:
http://www.dontronics-shop.com/usb-module-add-ons.html
you may find something suitable there.

Cheers Don...



--
Don McKenzie

Site Map: http://www.dontronics.com/sitemap
E-Mail Contact Page: http://www.dontronics.com/email

Xbee Wireless Modules, and low cost Interface Boards.
http://www.dontronics-shop.com/xbee-boards.html
 
J

John Mianowski

I have a panel with a rotary switch and several toggle switches. I need to
sense the switch positions and output them via USB. Any ideas of how to
implement?
Thank you,
Dale

I'd map each switch to a bit stored in a register, file, etc.
somewhere. Then output the register, file, etc. to USB (or whatever)
either on some set schedule or whenever a bit changes.

JM
 
Top