Why, when I transmit data (string, byte ,etc.) from Serial1, they are incorrect?
For example: I transmit string "Hello" and received in char: «:: and same in hex: AB 3A 3A A 2
However transmit from Serial is correct!
I received data on PC in special program as terminal.
For transmit I use the arduino mega 2560. When I transmit data from standard port - Serial (without number), data received on PC is correct. string = string, byte = byte.
When I transmit data from Serial 1 or 2 or 3, data received on PC is incorrect: string <> string, byte <> byte!