I would like to print a string via the serial port in an Android application.
This works fine using printf() in a regular Linux application written in C, but I haven't been able to figure out how to do it from an Android application written in Java. I can also do it from a shell using something like "echo testString > / dev/ttyS2". The reason I would like to do this is for debugging purposes, so that I don't need to have Eclipse open to look at the logCat file, or similar methods. Thank you for any input. David -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

