10 years 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?

Be the first to answer this question.