Other Parts Discussed in Thread: C2000WARE
Hi,
it's said that the host has to send 'a' or 'A' to the device to achieve autobaud detection, my app.txt can work well, but the first character is a strange symbol in the picture below.
Since 'A'=0x41, 'a'=0x61, so sending 0x41 or 0x61 should also work well, but when I send 0x41 or 0x61 through UARTASSIST on my laptop, the autobaud detection cannot be achieved, why?