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: Communication/RS485/RS485.cpp
- Revision:
- 42:980af34f6fe3
- Parent:
- 41:99a1158f3eca
--- a/Communication/RS485/RS485.cpp	Fri Nov 08 13:57:55 2019 +0000
+++ b/Communication/RS485/RS485.cpp	Sat Nov 09 06:17:24 2019 +0000
@@ -25,7 +25,7 @@
         RS485Uart.baud(38400);  // 38400
         RS485Uart.attach(Transmit, Serial::TxIrq);  //送信割り込み
         //RS485Line.baud(9600);
-        RS485Line.baud(9600);  
+        RS485Line.baud(19200);  
         RS485Line.attach(Recieve, Serial::RxIrq);  //受信割り込み
     }