USB Host Driver with Socket Modem support. Works with revision 323 of mbed-src but broken with any later version.

Dependencies:   FATFileSystem

Fork of F401RE-USBHost by Norimasa Okamoto

Revision:
26:53970cabf56d
Parent:
25:36cbb55f5627
--- a/USBHostSocketModem/USBHostSocketModem.h	Fri Jun 26 16:55:15 2015 +0000
+++ b/USBHostSocketModem/USBHostSocketModem.h	Fri Jun 26 19:30:55 2015 +0000
@@ -27,17 +27,17 @@
 class USBHostSocketModem : public IUSBEnumerator {
 public:
     /**
-    * Constructor
-    *
-    * @param rootdir mount name
-    */
+     * Constructor
+     *
+     * @param rootdir mount name
+     */
     USBHostSocketModem();
 
     /**
-    * Check if a MSD device is connected
-    *
-    * @return true if a MSD device is connected
-    */
+     * Check if a MSD device is connected
+     *
+     * @return true if a MSD device is connected
+     */
     bool connected();
 
     /**
@@ -49,6 +49,7 @@
     
     /**
      * Send AT command test function.
+     *
      * Sends the "AT" command which responds with "OK" if sim card is present else "ERROR".
      */
     void testAT();