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.
spwfsa01_at_strings.h
00001 #ifndef SPWFSAXX_AT_STRINGS_H 00002 #define SPWFSAXX_AT_STRINGS_H 00003 00004 #if defined(TARGET_FF_MORPHO) 00005 00006 #if !defined(SPWFSAXX_WAKEUP_PIN) 00007 #define SPWFSAXX_WAKEUP_PIN PC_8 // A3 00008 #endif // !defined(SPWFSAXX_WAKEUP_PIN) 00009 #if !defined(SPWFSAXX_RESET_PIN) 00010 #define SPWFSAXX_RESET_PIN PC_12 // D7 / NC 00011 #endif // !defined(SPWFSAXX_RESET_PIN) 00012 00013 #else // !defined(TARGET_FF_MORPHO) 00014 00015 #if !defined(SPWFSAXX_WAKEUP_PIN) 00016 #define SPWFSAXX_WAKEUP_PIN NC // A3 00017 #endif // !defined(SPWFSAXX_WAKEUP_PIN) 00018 #if !defined(SPWFSAXX_RESET_PIN) 00019 #define SPWFSAXX_RESET_PIN NC // D7 / NC 00020 #endif // !defined(SPWFSAXX_RESET_PIN) 00021 00022 #endif // !defined(TARGET_FF_MORPHO) 00023 00024 #define SPWFXX_SEND_RECV_PKTSIZE (730) 00025 00026 #define SPWFXX_OOB_ERROR "ERROR:" // "AT-S.ERROR:" 00027 00028 #define SPWFXX_RECV_OK "OK\n" // "AT-S.OK\n" 00029 #define SPWFXX_RECV_WIFI_UP "+WIND:24:WiFi Up:%u.%u.%u.%u\n" // "+WIND:24:WiFi Up:%*u:%u.%u.%u.%u\n" 00030 #define SPWFXX_RECV_IP_ADDR "# ip_ipaddr = %u.%u.%u.%u\n" // "AT-S.Var:ip_ipaddr=%u.%u.%u.%u\n" 00031 #define SPWFXX_RECV_GATEWAY "# ip_gw = %u.%u.%u.%u\n" // "AT-S.Var:ip_gw=%u.%u.%u.%u\n" 00032 #define SPWFXX_RECV_NETMASK "# ip_netmask = %u.%u.%u.%u\n" // "AT-S.Var:ip_netmask=%u.%u.%u.%u\n" 00033 #define SPWFXX_RECV_RX_RSSI "# 0.rx_rssi = %d\n" // "AT-S.Var:0.rx_rssi=%d\n" 00034 #define SPWFXX_RECV_MAC_ADDR "# nv_wifi_macaddr = %x:%x:%x:%x:%x:%x\n" // "AT-S.Var:nv_wifi_macaddr=%x:%x:%x:%x:%x:%x\n" 00035 #define SPWFXX_RECV_DATALEN " DATALEN: %u\n" // "AT-S.Query:%u\n" 00036 #define SPWFXX_RECV_PENDING_DATA ":%d:%d\n" // "::%u:%*u:%u\n" 00037 #define SPWFXX_RECV_SOCKET_CLOSED ":%d\n" // ":%u:%*u\n" 00038 00039 #define SPWFXX_SEND_FWCFG "AT&F" // "AT+S.FCFG" 00040 #define SPWFXX_SEND_DISABLE_LE "AT+S.SCFG=localecho1,0" // "AT+S.SCFG=console_echo,0" 00041 #define SPWFXX_SEND_DSPLY_CFGV "AT&V" // "AT+S.GCFG" 00042 #define SPWFXX_SEND_GET_CONS_STATE "AT+S.GCFG=console1_enabled" // "AT+S.GCFG=console_enabled" 00043 #define SPWFXX_SEND_GET_CONS_SPEED "AT+S.GCFG=console1_speed" // "AT+S.GCFG=console_speed" 00044 #define SPWFXX_SEND_GET_HWFC_STATE "AT+S.GCFG=console1_hwfc" // "AT+S.GCFG=console_hwfc" 00045 #define SPWFXX_SEND_GET_CONS_DELIM "AT+S.GCFG=console1_delimiter" // "AT+S.GCFG=console_delimiter" 00046 #define SPWFXX_SEND_GET_CONS_ERRS "AT+S.GCFG=console1_errs" // "AT+S.GCFG=console_errs" 00047 #define SPWFXX_SEND_DISABLE_FC "AT+S.SCFG=console1_hwfc,0" // "AT+S.SCFG=console_hwfc,0" 00048 #define SPWFXX_SEND_ENABLE_FC "AT+S.SCFG=console1_hwfc,1" // "AT+S.SCFG=console_hwfc,1" 00049 #define SPWFXX_SEND_SW_RESET "AT+CFUN=1" // "AT+S.RESET" 00050 #define SPWFXX_SEND_SAVE_SETTINGS "AT&W" // "AT+S.WCFG" 00051 #define SPWFXX_SEND_WIND_OFF_HIGH "AT+S.SCFG=wind_off_high," // "AT+S.SCFG=console_wind_off_high," 00052 #define SPWFXX_SEND_WIND_OFF_MEDIUM "AT+S.SCFG=wind_off_medium," // "AT+S.SCFG=console_wind_off_medium," 00053 #define SPWFXX_SEND_WIND_OFF_LOW "AT+S.SCFG=wind_off_low," // "AT+S.SCFG=console_wind_off_low," 00054 00055 #define SPWFXX_WINDS_HIGH_ON "0x00000000" // "0x00100000" 00056 #define SPWFXX_WINDS_MEDIUM_ON "0x00000000" // "0x80000000" 00057 00058 #endif // SPWFSAXX_AT_STRINGS_H
Generated on Tue Jul 12 2022 16:59:38 by
1.7.2