2013-03-25 08:39 AM
2013-03-25 09:34 AM
ModbusTimeOut has what value?
2013-03-25 11:16 AM
ModbusTimeOut = 33. (@460800 Baud, 8data bits, 1 parity, 1 stop-bit)
The Interrupt is executed ~75us after the stop-bit.
This works (I've tested it with toggle a pin and an oscilloscop). If I select DMA_InitStructure.DMA_Mode = DMA_Mode_Normal; for the rx-stream, I have nothing in the buffer. If I select DMA_Mode_Circular the buffer is full, but like this: eeeeeeeelllllllllll... (sended string was ''hello world\r''). Btw. How could I insert here formated code? Whitch tags are this?2013-03-25 11:38 AM
Btw. How could I insert here formatted code? Which tags are this?
Observe Paintbrush [<>] icon in top left corner of edit window. The mouse over say ''Format Code Block''. I'm not sure of the benefits of this retarded Word(tm) editor except it works practically nowhere, I've stopped even bothering on Android.