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.
10 years, 7 months ago.
C027_Support library conflicts with EthernetInterface library.
I need to use both the cell modem and Ethernet port on the C027. Initially, as soon as I included the EthernetInterface library, I couldn't compile the program but determined this was an issue with Enum values used in MDM.h mapping to defines in EthernetInterface.h. However, once I got past that, if I open an Ethernet port, do some comms, disconnect, and then try and do anything with the modem, nothing works. Am I running into an issue with the fact that EthernetInterface is using RTOS but the C027_support libraries don't?