Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: RS485/RS485.cpp
- Revision:
- 8:c3cffab85b0d
- Parent:
- 4:f6e22dd39313
- Child:
- 9:859bcb293e46
--- a/RS485/RS485.cpp Thu Jul 23 11:34:08 2020 +0000
+++ b/RS485/RS485.cpp Tue Jul 28 14:25:33 2020 +0000
@@ -10,7 +10,7 @@
const byte ETX = '\3';
RS485::RS485(PinName tx, PinName rx, PinName dere)
- : BufferedSerial(tx, rx)
+ : BufferedSerial(tx, rx , 115200)
{
return;
}