You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CC1310-Launchpad, Serial.available() does not return > 0 after receiving from /dev/ttyAMA0. This seems to be due to HardwareSerial::readCallback() not being called properly by the lower-level serial core.
Serial.print() works well.
The text was updated successfully, but these errors were encountered:
On CC1310-Launchpad, Serial.available() does not return > 0 after receiving from /dev/ttyAMA0. This seems to be due to HardwareSerial::readCallback() not being called properly by the lower-level serial core.
Serial.print() works well.
The text was updated successfully, but these errors were encountered: