2016-06-02 09:46 PM
hi,
i'm doing n interfacing a sensor with stm32f103 via uart with 4800bps odd parity nd 1 stop bit.the code is generated using cubemx 4.9.0 . in the main code i m trnsmitting a string.The problem is that wen i connect the sensor with the stm32 ,the there is no data is received in the interrupt receiver and only some of the letters of string is transmitted. The data coming out of sensor is 5 byte continously.pls help me..thank you..]2016-06-03 06:13 PM
Do you tried to set the stm32 uart as 9O1(9 odd 1)?
2016-06-06 02:55 AM
2016-06-06 04:10 AM
What sensor, connected how exactly?
What does the sending/receiving code look like? Frame your problem in a way a solution can be suggested.