Problem with SL6087 and HTTP operation

I am trying to use the SL6087 with AT commands over a UART for HTTP (GET/POST) requests. The bearer is created using AT+WIPBR, service is created with AT+WIPCREATE, but AT+WIPFILE=5,1,4,… will not connect.
The same sequence of commands works properly with SL8082T and SL8084T, resulting in “CONNECT”.
The hardware platform is the SL series development board.
The SL6087 is V7.47.0… I’m not sure what the problem might be, any ideas?

Hiya,

As I understand, the SL ‘T’ devices have different functionality to the devices without the ‘T’ suffix - so your device may not support the wipsoft library (the at+wipsoft commands).

Also, try using at+cmee=1 to turn on the extended error reporting. You’ll get an error code that you can look up in either the at commands guide, or the wipsoft manual.

Ciao, Dave

I see, maybe the SL6087 doesn’t support the WIP library commands. It did acknowledge the AT+WIPCREATE command, with “CONNECT”,… if I remember correctly.