Skip to main content
Visitor II
April 11, 2019
Question

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

  • April 11, 2019
  • 2 replies
  • 757 views

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!​

    This topic has been closed for replies.

    2 replies

    Visitor II
    March 6, 2020

    hi,

    did you find a solution?

    LModdAuthor
    Visitor II
    March 6, 2020

    Hi,

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