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
Firstly, we should document better Serial and RawSerial implementation. Serial has known limitation which were identified by community for instance on mbed.org or are know by developers. But it's not stated in the documentation (RawSerial seems to have copy-paste text from Serial class at first sight).
Firstly, we should document better Serial and RawSerial implementation. Serial has known limitation which were identified by community for instance on mbed.org or are know by developers. But it's not stated in the documentation (RawSerial seems to have copy-paste text from Serial class at first sight).
Some references: https://developer.mbed.org/questions/54454/Best-solution-for-serial-input-SerialBas/
Test program to compare RawSerial/Serial for instance, https://developer.mbed.org/users/sam_grove/code/data_loss_test/file/73617eecf751/main.cpp
The text was updated successfully, but these errors were encountered: