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 d...