Internet Library 5.41 Release note

Oct 01, 2010 - Author: Sierra Wireless - Version 5.41 - 3145 Views

1. New Features

This section lists the features added from the previous Internet plug-in 5.40.

CME Errors in WIP/WIPSoft for AT&T device aggressions tests: In case GPRS setup failure is observed, WIP now returns specific error codes instead of a generalized event(WIP_BERR_GPRS_FAILED).

MMS improvements now support:
  • Sending to multi-recipients
  • Several attachments and multipart related content.
  • List of supported format:
    • Audio (AMR, WAV, AAC, AC3, AIF, AIFC, AIFF, FLAC, MP2, MP3, RAW, OGA, OGG, SWA, VOC, WMA)
    • Image (GIF, JPG, JPEG, PNG, SVG)
    • Video (AVI, FLV, MOV , MKV, OGM, VOB, WMV)
    • Text (TXT) in ASCII (US, FR, EN) and UCS2
    • Multimedia Presentation (SMI, SMIL)
    • AT commands interface available
    Retransmission configuration: AT+WIPCFG command now gives the ability to manage the maximum number of retransmission and its timeout while sending data packets.

    Port forwarding: This additional Gateway feature ease WAN to LAN interconnection by giving the ability to manage incoming requests from public area (WAN) to private area (LAN) by matching relevant public port to private port.

    Data Offline: User data can be sent or received through an AT Command and unsolicited over a serial link in AT mode (off-line mode) for TCP/UDP sockets, FTP, SMTP and POP3 services.

    2. Software Release Description

    2.1. Software Identification

    Software Identification WIPLib 5.41 / WIPSoft 5.41

    2.2. Compatibility

    Applications built with this Open AT® OS version
    Open AT® OS 6.34 or higher
    Firmware> 7.3 mandatory for WIPLib and Firmware>7.4a for WIPSoft

    3. Known Restrictions

    IDDescription (What / When)Impacted DomainImpacted Sub Domain
    60309
    When receiving data in Data Offline mode using WIPSoft, some unsolicited responses are getting missed until an AT command is issued.
    DEVICE
    V24
    60285
    For MMS service, using WIPSoft, when trying to add files beyond 150kbytes for all attached files, the module may reset. WIPSoft OTHER
    60277
    WIP_BEV_IP_DISCONNECTED not received by the WIP application in case a GPRS session is active and a network loss occurs. WIPLib OTHER
    58386 Embedded module may reset while transferring MMS with file greater than 6KB in "chunked data transfer encoding". WIPLib OTHER
    57509 For SNMP protocol,oID should be changed to u32 from u8 to prevent data corruption. WIPLib OTHER
    56385 Ethernet bearer cannot be started once the ethernet cable is unplugged and plugged again. WIPLib OTHER
    56165 If the network is lost (+WIND: 8 is received) between bearer start and reception of bearer connect event , WIP is no more responsive and no event exchange takes place. WIPLib OTHER
    56164 The Embedded module may reset when network connection is lost during GPRS bearer stop operation. WIPLib OTHER
    55472 The +++ sequence is not sent as data on setting the value of option AT_WIP_NET_OPT_ESC_SEQ_NOT_SENT as 0 . Ideally +++ sequence should be transmitted along with data to the peer after issuing command "at+wipcfg=2,13,0". WIPLib OTHER
    55094 Ethernet bearer cannot be reopened after restarting the IP Stack. WIPLib OTHER
    55029 When an FTP server is established on UART PPP bearer, reset is observed while closing the stack without first closing the bearer. WIPLib OTHER
    55021 It is not possible to start the Ethernet bearer with DHCP enabled. Also with DHCP disabled, the Ethernet bearer does not get unsubscribed on removing the Ethernet cable. WIPLib OTHER
    54402 Sometimes the embedded module stops responding if the stack is closed before closing the open ethernet bearer. WIPLib OTHER
    54010 When using wip_list API, WIP_CEV_PEER_CLOSE event is not received after the last data is received. WIPLib OTHER
    52919 When file containing only DLE ETX character sequence is sent from TCP client to the server then data loss occurs and "SHUTDOWN" indication is received. WIPLib OTHER
    52499 Incorrect error codes are received when invalid peer IP address is given while trying to establish TCP Server Client connection. WIPLib OTHER

    4. Interface Modifications


    This section lists the interfaces that have been modified from WIP 5.40.
    MacroComment
    WIP_BOPT_GPRS_ERROR_FORWARD This macro has been added to return specific error code in case GPRS setup failure is observed.

    5. Corrections & Improvements


    IDDescription (What / When)Impacted DomainImpacted Sub DomainFixed in
    43781 +CME ERROR:841 is received instead of +WIPPEERCLOSE when FTP session is closed by peer. WIPSoft OTHER WIPSoft 5.41
    56102 No +WIPFILE indication received when using HTTP_POST method in AT+WIPFILE wipsoft command. WIPSoft OTHER WIPSoft 5.41
    58000 +WIPPEERCLOSE indication is not received on closing the FTP channel manually using the command AT+WIPCLOSE=4,<idx> WIPSoft OTHER WIPSoft 5.41
    59518 A new option has been added in AT+WIPBR to return detailed CME Error codes or a generic error (+CME ERROR: 812) in the case of GPRS set up is failure. WIPSoft OTHER WIPSoft 5.41
    59551 Reset is observed if an attempt is made to establish a POP3 session over an index value greater than 9 using the AT+WIPCREATE command. WIPSoft OTHER WIPSoft 5.41
    59569 WIP Plug-in component information is incorrect in WIPSoft. It is displayed as "foo Plug-in Package" with an incorrect version number. WIPSoft OTHER WIPSoft 5.41
    56411
    58873
    58874
    Compiling a C++ application using WIPLib as Plug-in fails. Compilation errors are received as some structure fields in a WIP header file are named as Sierra Wireless defined data types.
    Workaround: use u32 _u32; s32 _s32; in WIP header file.
    WIPLib OTHER WIPLib 5.41
    57579 After the local SIM is removed and the remote SIM is inserted while GPRS setup is in progress, the WIP bearer startup for the remote SIM fails and no notification or WIP plug-In event is sent for the same. WIPLib OTHER WIPLib 5.41
    58253 When SIM is removed, WIP_BEV_STOPPED event is not sent out when GPRS bearer is started using WIP. WIPLib OTHER WIPLib 5.41
    50608 In the case of GPRS set up is failure, WIP now returns specific error codes instead of a generalized event (WIP_BERR_GPRS_FAILED). WIPLib OTHER WIPLib 5.41
    52249 The "+WIPPEERCLOSE" unsolicited indication is not received when the FTP channel is closed by the server due to time out. WIPLib OTHER WIPLib 5.41
    54171 When an error is generated on a TCP Channel, wip_getOpts() returns the correct error code in WIPLib but error code is not correctly displayed by WIPSoft. WIPLib OTHER WIPLib 5.41
    56368 WIP net init returns error -26 (WM_EINVAL) when called from task ID greater than 16. WIPLib OTHER WIPLib 5.41
    56731
    58865
    Reconnecting to the Embedded module from Windows PC using PPP bearer fails even when WIP_BOPT_RESTART is set TRUE . Windows pops up Error:777 after attempted to reconnect. WIPLib OTHER WIPLib 5.41
    57970 TCP server socket could not be created using TCP server sample when WIP API wip_TCPServerCreateOpts() is being used in sample. WIPLib OTHER WIPLib 5.41
    59853 Ethernet controller may not be stable when AHB (Advanced High-performance Bus) clock of the Embedded module is increased from 26Mhz to 52 MHz (using AT+WCPS). This is because the C-Ethernet plug-in SPI bus runs at 26MHz instead of 13MHz but the Microchip chip supports only upto 20MHz. WIP OTHER WIP 5.41
    59121 When compared against iDE v1, stack size allocated in WipSoft application (compiled in RVDS and ADS) has increased when built using Developer Studio. WIP OTHER WIP 5.41
    59166 When compared against iDE v1, stack size allocated in WIP samples (compiled in RVDS and ADS) has increased when built using Developer Studio.
    Note: This will not affect current customer applications.
    WIP OTHER WIP 5.41
    57526 +CME ERROR: 847 is not received when the timer expires while trying to connect to GPRS bearer using WIPSoft. WIPSoft OTHER WIPSoft 5.40
    57583 Peer port is displayed as 0 in +WIPDATA indication for UDP protocol. WIPSoft OTHER WIPSoft 5.40
    56324 OK is not displayed when socket command subscription is successful. WIPSoft OTHER WIPSoft 5.40
    57230 To prevent data corruption, MMS Transaction ID buffer has been increased from 10bytes to 11bytes. WIPLib OTHER WIPLib 5.40
    57462 Repeated GPRS bearer start and stop along with stack open and close leads to module reset. WIPLib OTHER WIPLib 5.40
    57504 User receives +CME ERROR:847 and bearer gets disconnected when AT+WIPBR=4,6,0 command is given at the time GPRS bearer is already connected.
    Ideally, only +CME ERROR:803 should be received and not followed by +CME ERROR:847, when user attempts to start the GPRS bearer at the time the bearer is already connected. The GPRS bearer should not get disconnected after 2 minutes on such an attempt.
    WIPSoft OTHER WIPSoft 5.32
    54436 On giving the command AT+WIPBR=2, 6, <opt num>, <value> where <opt num>=12/13/14/20 and value=alphabet/negative, user receives +CME ERROR: 800 instead of +CME ERROR: 801. WIPSoft OTHER WIPSoft 5.31
    56360 WIP_BERR_NO_DEV error is received while opening Ethernet bearer with RVDS binary. It works fine with GCC compiled binary. User should not get this error irrespective of compiler being used i.e. GCC or RVDS. WIPSoft OTHER WIPSoft 5.31
    56883 Creating and closing the HTTP sessions consecutively for sometimes causes Embedded module to reset. This is due to memory leak while opening and closing the HTTP Sessions. WIPSoft OTHER WIPSoft 5.31
    53515 It is not possible to send data through UDP client socket in the continuous data mode, using WIPSoft application compiled on RVDS compiler. The Embedded module gets reset. Ideally, user should be able to exchange data over UDP socket using application compiled on any of the compilers: ADC/GCC/RVDS. WIPSoft OTHER WIPSoft 5.31
    54615 When AT+WIPBR command is issued with "invalid value" for the option WIP_BOPT_LOGIN, OK response is received instead of +CME ERROR: 801. Note that this command is given after starting the stack (AT+WIPCFG=1) and opening the particular bearer (AT+WIPBR=1, 6). WIPSoft OTHER WIPSoft 5.31
    54984 The user cannot retrieve the IP address values set through +WIPBR command, before or after starting the bearer. Ideally, the user should be able to retrieve the IP related values after starting the bearer. WIPSoft OTHER WIPSoft 5.31
    55050 Using WIPSoft, the unsolicited indications +WIPDATA, +WIPACCEPT, +WIPFILE and +WIPREADY are not received on all the ports opened (USB, CMUX and UARTS). Ideally, these unsolicited indications should be received at all open ports. WIPSoft OTHER WIPSoft 5.31
    53459 When wip_putfile () API is provided with invalid file path for FTP protocol, the event WIP_CEV_OPEN followed by WIP_CEV_WRITE event are received in the file data handler. The ideal behavior should have been receiving WIP_CEV_ERROR in file data handler. Note that, this behavior is observed only in passive mode of FTP and not in case of active mode FTP. WIPLib OTHER WIPLib 5.30
    53549 The "WIP_BEV_STOPPED" event is not received when Ethernet bearer is stopped using wip_bearerStop () API. WIPLib OTHER WIPLib 5.30
    54452 After activating PDP context with CID 1 with WIP bearer APIs, then the dialing ATD*99**2# with CID 2 freezes the dialing process. It is not possible to open another PDP context when bearer is started using WIP Plug-In. WIPLib OTHER WIPLib 5.30
    54671 It is not possible to perform operations such as set or get options through an Embedded application, compiled with RVDS compiler. The error -998 is received from WIP Library. Ideally user should be able to perform the above operations on RVDS also, as already being able to successfully perform on other two compilers: GCC and ADS. WIPLib OTHER WIPLib 5.30
    54982 User will not be able to create a socket after starting the Ethernet bearer, when DHCP is disabled. Ideally, user should be able to create a socket for both the cases: DHCP enabled or disabled. WIPLib OTHER WIPLib 5.30
    55022 It is not possible to create a socket after starting the Ethernet bearer, "+CME ERROR: 803" is attained. Ideally the user should be able to create a socket after starting Ethernet bearer, irrespective whether DHCP is enabled or disabled. WIPLib OTHER WIPLib 5.30
    56419 When mail is downloaded using POP3 protocol and WIPSoft application, data gets corrupted. Some characters are missing from the downloaded mail. WIPLib OTHER WIPLib 5.30
    52954 Using WIPSoft, while creating an FTP/POP3/SMTP/HTTP/UDP session using &ldquo;AT+WIPCREATE&rdquo; command, if the peer port/local port number is not provided then &ldquo;+CME ERROR 847&rdquo; is returned. WIPSoft OTHER WIPSoft 5.21
    54438 For AT+WIPCREATE command (UDP) having port number with odd number of digits (within port range 1-65535) +CME ERROR: 800 are returned. Also, for port number out of bounds but having odd number of digits +CME ERROR: 800 is returned instead of +CME ERROR: 832. WIPSoft OTHER WIPSoft 5.21
    55648 When sending data using DTR toggling mode with WIPSoft, data loss occurs. Ideally there should not be any data loss. WIPSoft OTHER WIPSoft 5.21
    53546 OK is received before the CONNECT indication while downloading a file of small size from FTP server over UART PPP bearer. WIPSoft OTHER WIPSoft 5.21
    54789 Using WIPSoft, if the DTR signal is used to switch from DATA mode (ONLINE) to AT mode (OFFLINE), in some cases, the V24 request does not go in to OFFLINE. Even after manually trying +++ command the transition does not occur. Wireless CPU&reg; has to be restarted to get out of this state. WIPSoft OTHER WIPSoft 5.21
    54049 Using WIPSoft, "+CME ERROR: 851" is returned when creating FTP/HTTP/SMTP/POP3 data channel with default value of optional parameter. WIPSoft OTHER WIPSoft 5.21
    54400 When Ethernet bearer is opened and closed multiple times using AT+WIPBR command then a reset is observed on Wireless CPU&reg; most of the times. WIPSoft OTHER WIPSoft 5.21
    44584 Using WIPSoft, when an attempt is made to download a non-existing file from a FTP server, the FCM flow switches to data mode and CONNECT indication is received on the external application. WIPSoft OTHER WIPSoft 5.21
    50057 Sometime for +WIPPING command, the number of PING response received is one less than the specified number of PING echo request specified(WIP_COPT_REPEAT). WIPLib OTHER WIPLib 5.20
    51380 It is not possible to open a second PDP context using cid2 when bearer is started using Open AT&reg; WIP Plug-In. WIPLib OTHER WIPLib 5.20
    51761 FTP data channel is closed by WIP when an error is raised by the socket.
    This leads to memory corruption if the user application keeps using this channel, since it does not exist anymore.
    WIPLib OTHER WIPLib 5.20
    52283 Response to a Ping request is not systematically sent to user application, whatever the timeout value. WIPLib OTHER WIPLib 5.20
    52453 Sometime the &ldquo;response_time&rdquo; parameter is set zero with timeout parameter specified in the +WIPPING command. WIPLib OTHER WIPLib 5.20
    54787 Unable to make multiple connections with IDS server when a Ping application is running in parallel WIPLib OTHER WIPLib 5.20
    53931 When activating Ping channel to send several ping requests, if the channel is closed by application before completion of all ping requests, error -995 is reported. WIPLib OTHER WIPLib 5.20
    46367 WIP_COPT_POP3_MAILSIZE option will return the value received by the 'LIST n' command and not the 'RETR n' command. WIPLib OTHER WIPLib 5.10
    47094 When an attempt is made to change the "Data representation TYPE" for FTP protocol using &ldquo;AT+WIPOPT&rdquo; command, the type is not set successfully for the FTP session. WIPLib OTHER WIPLib 5.10
    47660 Invalid value read from WIPSoft for option 7 (WIP_COPT_NODELAY) for TCP Channels. WIPLib OTHER WIPLib 5.10
    48994 With current implementation, application can't manually set the Ethernet link configuration and each try will set 10 Base T always.
    Next version will set correctly the link speed.
    WIPLib OTHER WIPLib 5.10
    49013
    49014
    Currently, customer can't read back value that was configured. After change, value of this option will be correctly returned. WIPLib OTHER WIPLib 5.10
    49268 Application can set a 32bits value for NAT timeouts but can't read value if >65535.
    Correction will correct this problem.
    WIPLib OTHER WIPLib 5.10
    49873 Result of ping function is a multiple of 500ms. WIPLib OTHER WIPLib 5.10
    49918 Wireless CPU&reg; reset is observed while setting options with NULL MMS structure pointer. WIPLib OTHER WIPLib 5.10
    50009 If you get an HTTPS page without initialized WIPSSL library, you get a reboot. WIPLib OTHER WIPLib 5.10
    50410 WIP does not fully release memory it was allocated.
    Customer app will consume 272 bytes of heap memory as soon as WIP was initialized.
    After correction, these 272 bytes will be freed.
    WIPLib OTHER WIPLib 5.10
    50446 In a HTTP Client, an event WIP_CERR_CSTATE is generated at the final call of WIP_CEV_READ event. WIPLib OTHER WIPLib 5.10
    50640 When the WIP sample applications are compiled with the Eclipse environment, the compilation fails. WIPLib OTHER WIPLib 5.10
    50656 It is not possible to use specific socket parameters with high level protocol (such as FTP). WIPLib OTHER WIPLib 5.10
    50657 Customer application doesn't receive a DONE event for a file operation and so, it must wait sometimes after a PEER_CLOSE event on the data channel before issuing the next operation. WIPLib OTHER WIPLib 5.10
    50679 A WIP_CEV_WRITE event is actually generated at the opening of an FTP file download channel. Filter in wrapper channel should allow application to receive only relevant events according the file operation. WIPLib OTHER WIPLib 5.10
    50806 If an UART is switched to DATA mode with wip_fcmCreate() then switched back to AT mode with "+++" escape sequence, no further subscription to that FCM port will succeed. WIPLib OTHER WIPLib 5.10
    51257 The HTTP method used is not traced properly. WIPLib OTHER WIPLib 5.10
    51261 Cannot send mms using Vodafone or Tim operator in Italy, as their service center reject anonymous message sending. WIPLib OTHER WIPLib 5.10
    51437 unable to compile the TCP_CLIENT sample application in RTE mode using ECLPISE IDE WIPLib OTHER WIPLib 5.10
    46887 Application can't set the Ethernet interface link configuration nor the promiscuous mode. WIPLib OTHER WIPLib 5.00
    48103 When a finalizer is specified for the HTTP SESSION channel, it is called prematurely. WIPLib OTHER WIPLib 5.00
    42734 No response is received if an attempt is made to exchange data for the second time for FTP/HTTP/SMTP/POP3 protocols. WIPLib OTHER WIPLib 4.00
    45232 When An email is sent using SMTP protocol from an SMTP server, the body is not received correctly or the e-mail is not received at all. WIPLib OTHER WIPLib 4.00
    47095 SMTP doesn't respect the RFC requirements for addresses encoding WIPLib OTHER WIPLib 4.00
    47097 "AT+WIPPING" does not work for the first time when used with a DNS name WIPLib OTHER WIPLib 4.00
    44666 It is not possible to create a PPP client on the Wireless CPU&reg; which connects with the PPP server on the PC. WIPLib OTHER WIPLib 4.00
    52786 Data loss is observed in the UART when a file is downloaded from the FTP server at lower baud rates especially at 9600 baud/s or below. WIPSoft OTHER WIPSoft 5.12
    51799 Data corruption occurs when a binary file is sent from a utility (UdpPktTest.exe) to the Wireless CPU&reg;, (with WIPSoft application) in case of UDP protocol. WIPSoft OTHER WIPSoft 5.12
    53038 The &ldquo;+WIPFILE&rdquo; indication is not received after switching to AT mode on completion of get file request, through a HTTP session. WIPSoft OTHER WIPSoft 5.12
    52859 It is not possible to create an HTTP session without specifying the server address in WIPSoft. WIPSoft OTHER WIPSoft 5.12
    51445 Two CONNECT indications are received when file is uploaded using FTP protocol. WIPSoft OTHER WIPSoft 5.12
    43776 OK is not received when values are read using +WIPOPT command for FTP protocol. WIPSoft OTHER WIPSoft 5.12
    40606 Data can be lost if an attempt is made to write large amount of data to an UDP socket. WIPSoft OTHER WIPSoft 5.12
    51285 NET 10 level traces are not displayed in TMT to get the debug information when WIP Soft application is used. WIPSoft OTHER WIPSoft 5.12
    48612 In Wireless CPU&reg;, during FTP download data loss is experienced. WIPSoft OTHER WIPSoft 5.12
    52861 Debug traces are not sent to USB port when activated using +WIPCFG command in WIPSoft. WIPSoft OTHER WIPSoft 5.12
    52224 Closing the PPP connection after creation of TCP socket leads to WCPU reset. WIPSoft OTHER WIPSoft 5.12
    51725 While uploading a file, if &ldquo;+++&rdquo; is issued to switch to AT mode, two &ldquo;OK&rdquo; responses are received in case of FTP protocol. WIPSoft OTHER WIPSoft 5.12
    50028 When the +WIPFILE command is used to retrieve data from server, the first chunk of data is not received. WIPSoft OTHER WIPSoft 5.12
    48164 Incorrect +CME ERROR codes are sent by WIPSOFT for PPP LINK failure and PPP Terminate requests. WIPSoft OTHER WIPSoft 5.12
    47657 Wrong error code is being displayed for the +WIPCREATE command. WIPSoft OTHER WIPSoft 5.12
    44320 Responses for file session are not sent to the port on which the file session is created for SMTP and POP3 protocols. WIPSoft OTHER WIPSoft 5.12
    43737 The &ldquo;WIP_CERR_NOT_SUPPORTED&rdquo; error code is received when an attempt is made to map an UDP socket to continuous mode of data transmission. WIPSoft OTHER WIPSoft 5.12
    52318 Unexpected "OK" indication is received before &ldquo;+WIPPEERCLOSE&rdquo; indication, in case of SMTP and POP3 protocol. WIPSoft OTHER WIPSoft 5.12
    51910 It is not possible to delete or retrieve a mail for the second time when the first attempt returns an error in case of POP3 protocol. WIPSoft OTHER WIPSoft 5.12
    47949 +WIPDATA, +WIPFILE and +WIPACCEPT unsolicited indications are not received with UART2, CMUX and USB ports. WIPSoft OTHER WIPSoft 5.12
    44436 Error codes returned by the &ldquo;AT+WIPOPT&rdquo; command for setting/retrieving different options for UDP, TCP server and TCP client sockets are not uniform. WIPSoft OTHER WIPSoft 5.12
    44364 No response is attained if an attempt is made to create/start a socket/session with less than/more than minimum/maximum number of mandatory parameters for any protocol.
    No error code is returned if the specified number of parameters is more than the maximum number of mandatory parameters for starting/closing stack and saving/erasing TCP/IP stack configuration parameters into/from flash.
    WIPSoft OTHER WIPSoft 5.12
    44363 Negative option value for the FTP session returns &ldquo;+CME ERROR: 800&rdquo; error code instead of &ldquo;+CME ERROR: 801&rdquo;. WIPSoft OTHER WIPSoft 5.12
    44362 Zero value for the &ldquo;WIP_BOPT_GPRS_CID&rdquo; option returns &ldquo;OK&rdquo; response though the valid value ranges from 1 to 4 WIPSoft OTHER WIPSoft 5.12
    44370 Not able to use option WIP_WOPT_RCV_LOWAT provided by WIPSoft. WIPSoft OTHER WIPSoft 5.11
    48245 Invalid error code returned for command
    IP < AT+WIPCREATE=2,4,"1.2.3.4.5",80 > .
    WIPSoft OTHER WIPSoft 5.11
    51164 Customer application is unable to use HTTP GET request using WipSoft, especially using small web pages. WIPSoft OTHER WIPSoft 5.11
    51753 It is not possible to upload or download a file for the second time when the first trial returns an error in case of FTP protocol. WIPSoft OTHER WIPSoft 5.11
    51756 &ldquo;OK&rdquo; response returned for the invalid AT+WIPDATA command e.g.: AT+WIPDATA=2,1, or AT+WIPDATA=1,1, WIPSoft OTHER WIPSoft 5.11
    51815 &ldquo;CME ERROR:800&rdquo; is returned when trying to upload a file without specifying the path i.e. AT+WIPFILE = 4,1,2,"ftptest.txt" WIPSoft OTHER WIPSoft 5.11
    50888 UDP continuous transparent mode is not in compliant with GR64 behavior. WIPSoft OTHER WIPSoft 5.11
    47765 No response is received if an attempt is made to exchange data for the second time for FTP/HTTP/SMTP/POP3 protocols. WIPSoft OTHER WIPSoft 5.11
    41712 Data is lost while large chunk of data is sent/received for TCP and UDP protocol. WIPSoft OTHER WIPSoft 5.11
    48061 Unsolicited responses are sometimes not attained in the external application until an unless addition AT command is executed. WIPSoft OTHER WIPSoft 5.11
    44710 Add one new mode through +WIPCFG AT command to allow or not the &ldquo;+++&rdquo; escape sequence to be sent as data towards the remote IP device. WIPSoft OTHER WIPSoft 5.11
    45535 Recreation of TCP client socket is unsuccessful when the URL is used instead of IP address. WIPSoft OTHER WIPSoft 5.11
    37108 When creating a socket with the wip_create() (wiplib) or AT+WIPCREATE (wipsoft) just after the call of wipclose() (wiplib) or AT+WIPCLOSE (from wipsoft) of that socket (same address and port) , that created socket cannot function properly as expected because the socket closing needs time and is not immediate.
    Workaround: The socket open call should not be called just after a socket close call: After a call to wip_close() or AT+WIPCLOSE to close a socket, a delay of one second is necessary before calling again the wip_create() or AT+WIPCREATE to open a new socket. If due to that asynchronous process the socket open call is too close to the socket close call and that issue is encountered, another workaround is to close and reopen that socket.
    WIPSoft OTHER WIPSoft 5.11
    47468
    41712
    Data is lost while large chunk of data is sent/received for TCP and UDP protocol WIPSoft OTHER WIPSoft 5.01

    Documentation

    Comment

    ©2024 Sierra Wireless. All rights reserved.
    ×
    You have been successfully unsubscribed to this product. To access your subscription click here.