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.
9 years ago.
Powerdown and sleep modes?
According to http://www.multitech.com/manuals/s000540.pdf ...
The socketmodems support different types of sleep, but I cant find any implementation of these in the driver?
The thing is that DTR needs to be low after running CFUN=5 which is then done in the driver, which holds the reference to the DTR port.
Question relating to:
1 Answer
9 years ago.
Hi Niels,
MTSAS doesn't currently support sleep modes for SocketModem devices. However, the entire library is open source, so you're more than welcome to fork the library and make the necessary changes.
-Mike