I see the commit below (in 4.1 and later) implements support for a new SerialManager API. But I see no mention of it on developer.android.com.Is this a supported API?Mattcommit b01e8bf57b7492b77e3445db51471edcbadda75eAuthor: Mike Lockwood <xx...@android.com>Date: Mon Aug 29 20:11:07 2011 -0400New Serial Manager API:SerialManager: provides access to serial portsSerialPort: for reading and writing data to and from serial portsIO with both array based and direct ByteBuffers is supported.Accessing serial ports requires android.permission.SERIAL_PORT permissionEach platform must configure list of supported serial ports in theconfig_serialPorts resource overlay(this is needed to prevent apps from accidentally accessing the bluetoothor other system UARTs).In addition, the platform uevent.rc file must set the owner to the/dev/tty* files to "system" so the framework can access the port.Signed-off-by: Mike Lockwood <xx...@android.com>--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.
To post to this group, send email to android-...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-platform?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.