cancel
Showing results for 
Search instead for 
Did you mean: 

B-L475E-IOT01A - TCP Server Library (AT Commands)

LModd
Associate

Hi,

I recently started using this board (​B-L475E-IOT01A) which has a WiFi module that uses AT Commands.

I have been using some libraries provided by Mbed website, but none of them have a TCP Server socket implemented, just a client.

​I tried to do it myself, I looked up some guides about AT Commands through SPI and somehow achieved a simple server for 1 client. However, the code is really messy and I haven't even made the Recv/Send data functions as it's getting more complicated...

Does anyone have any idea if there are any TCP Server libraries for this board? Could someone make a simple C++ code for it? I'm really stuck.

Thanks all!​

2 REPLIES 2
idrissmc
Associate II

hi,

did you find a solution?

LModd
Associate

Hi,

I just ended up using Atollic TrueSTUDIO, didn't like Mbed AT ALL!