Question
modbus ascii wants 7 bit word length - stm32 has 8 bit ?
Posted on August 06, 2013 at 17:10
#define USART_WordLength_8b ((uint16_t)0x0000)
#define USART_WordLength_9b ((uint16_t)0x1000) hello forum,I am trying to modbus ascii comunicate with a delta operator panel the settings of OPanel is 7 bit data, 1 stop, 1 parity however my STM32F103 has only the above settings why there is no 7 bit wordlength ? what can I do else ?thanks #modbus-ascii-stm32f103