Hi all,
I just got GuruPlug server (basic), and I was wandering if there is a possibility to use the 'naked' pins of either the JTAG or the USNAP connector, as generic digital I/O - input/output? The USNAP pin header especially looks hackable to me
I'm hoping something would exist, in the likes of calling a command:
usnap_out 0x0000011111
which would then set pins 0-5 to +Vcc, and pins 6-10 to 0V.
Or even better, maybe there would be something like
$ usnap_read 3 # read value of pin 3
1
$ usnap_write 3 0 # write value 0 to pin 3
$ usnap_read 3 # read value of pin 3
0
The application for me would be something like described in
ArduinoWaker (however, if it is actually possible to turn on and off power to individual USB ports from Linux on the GuruPlug, that would be even better for the 'waker' purpose).
Well, hope I can get some comments on this !
Cheers!