- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
===
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The default buad rate is 115200 and the maximum buffer size is 16 bytes. Would this help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The default buad rate is 115200 and the maximum buffer size is 16 bytes. Would this help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this still an issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
no, it's now working. Thx