C027 の mbes os 5 での動作を確認しました。 I confirmed the operation at mbes os 5 of C 027.

Fork of C027_Support by u-blox

Revision:
139:fd9fe498f142
Parent:
137:6a7a5c4f35f6
Child:
140:4da98eea8853
--- a/MDM.cpp	Thu Feb 25 13:22:34 2016 +0000
+++ b/MDM.cpp	Thu Apr 20 08:44:47 2017 +0000
@@ -2271,7 +2271,7 @@
             PinName rts /*= MDMRTS*/, PinName cts /*= MDMCTS*/, 
 #endif
             int rxSize /*= 256*/, int txSize /*= 128*/) : 
-            SerialPipe(tx, rx, rxSize, txSize) 
+            SerialPipe(tx, rx, baudrate, rxSize, txSize) 
 {
     if (rx == USBRX) 
         null.claim("r", stdin);