with the host capabilities of the android phone, it's kinda easy to send serial messages. All you have to do is to plug a USB to serial adapter to your phone (via an USB otg cable) and then write to the file /dev/usb/tty2-1:1.0 (echo "string" > /dev/usb/tty2-1:1.0) (or an other file in that directorey, depending on which file comes up when you plug iin the adapter). But does anyone know how to determine and change the parameters for the serial connection? I belive that it should be a config file or something where all the parameters are stored.
regards Agge