|
|
|
|
|
by rendaw
764 days ago
|
|
I wanted this for GPIO on my PC to interface with some hardware, but all the prebuilt USB TF232 adapters had the GPIO pins closed off, and AFAICT the TF232 requires flashing using some proprietary windows binary to get into a mode where the GPIO pins can be used as GPIO (since it has multiple modes of operation). I can't believe I'm not missing something... Is there an off the shelf USB GPIO device somewhere? Plug it in and start using the linux GPIO driver? The solution my friends gave me was "buy an arduino", flash the arduino, and use the arduino's gpio... which yeah, I could do, but is that really what it takes for a $2000 desktop to flip a bit these days? |
|
https://www.adafruit.com/product/2264 - USB to GPIO (and other stuff)
"Bus Pirate"
Or get a RasPi - it's not your desktop PC, but they're running Linux with direct GPIO access available in userspace.