PUART RX cannot get data from host?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

===

SDK: 2.1.1

Tag: 920737.

app: hello-sensor.

firmware size ~ 10KB.

===

Problem:
Now we would like to implement a factory test mode to calibrate sensor data
into hello-sensor firmware; but from PC host side, we find we can get string
from target side but when we use PUTTY to send command/data to target side
by PUART Rx (configured with 9600 baudrate and use SW polling read), we didn't
get any data from host side and we also implement UART interrupt to handle
the receiving mechanism, dont know any problem existed or something not configured
about UART?

0 Likes
1 Solution
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

leo_su

The default buad rate is 115200 and the maximum buffer size is 16 bytes. Would this help?

View solution in original post

0 Likes
3 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

leo_su

The default buad rate is 115200 and the maximum buffer size is 16 bytes. Would this help?

0 Likes
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

Is this still an issue?

leo_su

0 Likes
Anonymous
Not applicable

no, it's now working. Thx

0 Likes