Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years ago.
Using u-Blox c027 -u20 as a HTTP server
Help!
I am able to establish a MDMSerial connection, and separately able to create a HTTP server (without an IP address) but I cannot combine the two libraries together.
The problem is the HTTP Server example uses EthernetInterface while I am trying to use cellular.
This links to my current code but it is very messy. https://developer.mbed.org/users/Ulhingl/code/C027_HTTP_ServerTest/
This links to the Mdm connection test using SIM Card: https://developer.mbed.org/users/Ulhingl/code/C027_MDM_Test/
This links to the basic HTTP Server code: https://developer.mbed.org/users/Ulhingl/code/HTTPServer_Test_NoIP/
Thank you for any advice