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

Fork of C027_Support by u-blox

Revision:
137:6a7a5c4f35f6
Parent:
136:8dc8f48275fc
--- a/MDM.h	Fri Jan 22 15:28:39 2016 +0000
+++ b/MDM.h	Mon Jan 25 13:30:55 2016 +0000
@@ -285,7 +285,7 @@
     
     //! Type of HTTP Operational Codes (reference to HTTP control +UHTTP) 
     typedef enum { HTTP_IP_ADDRESS, HTTP_SERVER_NAME, HTTP_USER_NAME, HTTP_PASSWORD, \
-                   HTTP_AUTH_TYPE, HTTP_PORT, HTTP_SECURE } HttpOpCode;
+                   HTTP_AUTH_TYPE, HTTP_SERVER_PORT, HTTP_SECURE } HttpOpCode;
     
     //! Type of HTTP Commands (reference to HTTP command +UHTTPC)
     typedef enum { HTTP_HEAD, HTTP_GET, HTTP_DELETE, HTTP_PUT, \