SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
43:d80bbb12ffe6
Parent:
39:a1233ca02edf
Child:
47:62ba69ff80d2
--- a/SNIC_WifiInterface.h	Fri Sep 19 01:46:17 2014 +0000
+++ b/SNIC_WifiInterface.h	Fri Nov 14 00:52:31 2014 +0000
@@ -45,7 +45,7 @@
         @param rts mbed pin to use for rts line of Serial interface
         @param reset reset pin of the wifi module
         @param alarm alarm pin of the wifi module (default: NC)
-        @param baud baud rate of Serial interface (default: 9600)
+        @param baud baud rate of Serial interface (default: 115200)
     */
     C_SNIC_WifiInterface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
     virtual ~C_SNIC_WifiInterface();
@@ -92,7 +92,7 @@
         @note   This function is blocked until a returns.
                 When you use it by UI thread, be careful. 
                 Scan results will be notified by asynchronous callback function.
-                If there is no continuity data, result_handler_p will be set NULL..
+                If there is no continuity data, scan_result will be set NULL..
     */
     int scan( const char *ssid_p, unsigned char *bssid_p
             ,void (*result_handler_p)(tagSCAN_RESULT_T *scan_result) );