Hello, here when I send a command, I expect to receive related info from the USB, however, the result returns always "invalid command" which means the usb read invalid command.
but interesting thing is: I also tried the Serial Usb Terminal APP:
the first time I tried, it returned the same string "invalid command":
the I changed the receive newline value from CR+LF to CR
and the result was still invalid command
then I changed back the receive newline value from CR to CR+LF, tried it again, I got the correct response!
Hello, here when I send a command, I expect to receive related info from the USB, however, the result returns always "invalid command" which means the usb read invalid command.
but interesting thing is: I also tried the Serial Usb Terminal APP: the first time I tried, it returned the same string "invalid command":
the I changed the receive newline value from CR+LF to CR
and the result was still invalid command
then I changed back the receive newline value from CR to CR+LF, tried it again, I got the correct response!
Can anyone help me to solve this issue ?
Thanks