Serial port programming

Hi,

Which APIs/libraries are available for Serial Port programming on iMX53 with Android (e.g. gnu.io.rxtx etc.)?

Cheers

Hello,

Go through the Digi ESP for Android help documents.
Open Digi ESP for Android –>Help–>Help Contents–>
Expand “Digi ESP for Android”–>Expand "API Extensions "–> Here you can find Serial Port APIs

Basically it is a port of the RxTx library, so if you have played with that API on x86 it will be easy. There is a sample Android application using that API so you can take a look, it is the Serial Console application.

Kind regards.

Got it working, thanks!