Overview
- Object ID : 2553 (2013-06-17)
- Author : m.k. borri | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Protocol
- Licence : Other
Content
Uses usb-fs-host, gives the Propeller MULTIPLE shells or TCP sockets into an Android phone.
The apk source is very basic in its behavior -- write to the Prop in the upper textbox, read from the Prop in the lower (using your favorite terminal app prop-side) and the button in the middle is to send and receive, no asynchronous message passing to avoid spamming logcat & making debugging easier. Prop side, you should hit enter to send a line (this will be used for NMEA packets mostly, so I want to do things line by line, but that's easy to change).
This is based off microbridge for the arduino+usb host shield http://code.google.com/p/microbridge/
Related videos:
http://www.youtube.com/watch?v=QcR0ZG_7YC8
http://www.youtube.com/watch?v=PfSSPTtacnk&feature=channel_video_title