I'm currently working in a project to interface with 3-phase power meter supplied from ti using uart , the problem is that the meter only support baud rate 9600 (pre -programmed and i don't have it's debugger ), my code works fine when i use any baud rate equal or above 57600 . If i change the baud rate to 9600 my code hangs out and send unknown packets .
Any help would be appreciated,
Thanks in advance .