Serial_begin_config - not working properly

The official STMicroelectronics Arduino core
Post Reply
dee
Posts: 1
Joined: Mon Mar 01, 2021 7:35 am

Serial_begin_config - not working properly

Post by dee »

When setting `Serial_begin_config(19200, SERIAL_8N1);` everything works ok but in my project i need `Serial_begin_config(19200, SERIAL_8E1);` configuration and it doesn't work like it should. It doesn't mirror `Serial.begin(19200, SERIAL_8E1);` arduino Uno functionality
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Serial_begin_config - not working properly

Post by fpiSTM »

Hi,
don't know if E1 is really supported. Could you open a ticket on GitHub to track this. And also add some more description, ex board used, IDE version, small sketch example... all relevant information which help to support you.
Post Reply

Return to “STM8 Core”