2
I have to receive data from a device that has a TTL interface that sends the data at 110 bits per seconds.
In all the tests I performed when I try to reach that speed I have problems, for example:
My program does not receive the 9 bytes sent, only 8 and what it receives does not agree with what should.
Receive Using minicom (Linux Ubuntu) it does not accept configure baudrate with 110 only 300 which does not favor reading.
With Arduino (ide v1.6 and v1.8) when I send something through the serial at 300 bits per second it only goes nonsense characters, any other speed works (to send a simple Serial.println("hi") )
Any idea what might be going on?
Maybe you have a better ability to answer if you ask here: https://arduino.stackexchange.com/ - since this doubt will not solve with knowledge or understanding of algorithms, but configuration of the serial port, and possibly physical components of the link.
– jsbueno