baud-rate

Can you read from serial buffer without knowing baudrate?

Can you read from serial buffer without knowing baudrate? Question: I’m just wondering why it’s necessary to know the baud rate when reading serial data from the buffer with PySerial. Shouldn’t the byte data in the buffer be the same regardless of 9600 or 38400 baud rate, with the exception that the latter fills faster? …

Total answers: 1