Control your Bus Pirate with an Android Tablet

N3mesys successfully controlled the Bus Pirate with an Android Tablet using the USB Serial Monitor app. This software lets Android enabled devices connect to FTDI USB-to-serial chips. The FT232RL and FT230X ICs are supported, so this works with older Arduinos and lots of other stuff with the common USB-to-serial chip.
The only thing you need is a little app from the Google AppStore that is called < Android USB Serial Monitor > (the lite version works fine for me). I don’t know if it works with other tablets with USB-Host function but my Archos works very very well. I have only tested the PWM and Servo test functionality and I have to say its so nice to have the great abilitys of the wonderful BusPirate on the go.
Via the forum.
This entry was posted in Android, Bus Pirate and tagged Android, Bus Pirate, serial port.

Comments
it seems to be available with sources at
https://github.com/ksksue/Android-USB-Serial-Monitor-Lite
Nice, it’s open source, even better!
Sourcode is not actually a latest usb serial lite version that you can find on Android playstore.
When I compiled it – settings (or preferences) are not visible and therefore couldn’t be changed (baudrate, …)
OK feel like a lame here, right GIT code is under git://github.com/ksksue/Android-USB-Serial-Monitor-Lite.git.
Needed to modify line:
// if(!getWindow().hasFeature(Window.FEATURE_ACTION_BAR)) {
// requestWindowFeature(Window.FEATURE_NO_TITLE);
// }
to show menu. Otherwise menu was not visible.
Hope it will help someone – now it works :)