I'm accessing serial port /dev/ttyO1 under an android application with JNI. I can write and read bytes from UART. My problem is: I try write, for example 27 bytes. The write function returns that wrote 27 bytes, no error, but at oscilloscope I can see only 16 bytes sent. Someone knows this behaviour?
Thanks for any help,
Leonardo