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, 10 months ago.
How to use HTTPClinet on LPC4088_DM working with emwin?
I want to use HTTPClinet on LPC4088_DM working with emwin? The function is pressing a button and then the LPC4088_DM as a HTTPClinet post something to the server, but it doesnt work. The HTTP return code is " 0 ".
Question relating to:

1 Answer
8 years, 10 months ago.
I have no idea of which HTTPClient you are referring to but my suggestion is to
- Make sure that DM_BOARD_ETHERNET is enabled in dm_board_config.h
- Make sure that your HTTPClient is working without emWin
- Make sure that your emWin button is working without HTTPClient
- When all is working separately then try to combine it
The step 1 to 3 I've tried already, and all worked. But when I tried to combine them, it cloud'nt work. I don't know why.
posted by 29 Apr 2016I used this HTTPClient : https://developer.mbed.org/users/donatien/code/HTTPClient_HelloWorld/file/270e2d0bb85a/main.cpp
posted by 29 Apr 2016