Dear All.
I'm, writing a Python-Twisted based application
It need serial input.
Currently I use arduino , but looking for more simple solution ..since it's only serialy reporting pressed buttons to the application.
I found http://blog.flipwork.nl/?x=entry:entry100224-003937 interesting , but it act as keyboard.
Is there anything similiar but act as serial so that I can simply monitor it using :
-- cat /dev/ttyUSB0 , or
-- minicom
Or how to modify flip's firmware to not act as keyboard .. but act as serial and send just '0-3' ?
Sincerely
-bino-