Control your Bus Pirate with an Android Tablet

in Android, Bus Pirate by DP | 4 comments

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 , , .

Comments

    • Ian says:

      Nice, it’s open source, even better!

      • zhivko says:

        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, …)

      • zhivko says:

        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 :)

Leave a Comment

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.