Uart RxBuffer terminal sign
I am having occasional problems when running in a non ping pong mode of just hanging at certain places. My question is the following: When the interrupt server for the Uart stores the receive message, after stripping of the Line Number, should it also strip off all of the LineEnd terminator? Currently I still keep \n from \r\n. If I am wrong the buffer may overflow at certain times. I dont have this problem in ping-pong mode when the buffer only has one command at a time. The line end could be still detected when a new new G or M is detected.
Comments