SMS Scheduler that will automatically send and receive text messages using the Enfora 1308 GSM Modem. Please note that it uses a modified NetServices library and to set the baud rate for the GSM Modem to 19.2K.
NetServices/netCfg.h@1:5a7cce9994a3, 2011-10-13 (annotated)
- Committer:
- mafischl
- Date:
- Thu Oct 13 18:01:31 2011 +0000
- Revision:
- 1:5a7cce9994a3
- Parent:
- 0:d9266031f832
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mafischl | 0:d9266031f832 | 1 | #ifndef NET_CFG_H |
mafischl | 0:d9266031f832 | 2 | #define NET_GPRS 0 |
mafischl | 0:d9266031f832 | 3 | #define NET_PPP 0 |
mafischl | 0:d9266031f832 | 4 | #define NET_GPRS_MODULE 0 |
mafischl | 0:d9266031f832 | 5 | #define NET_ETH 1 |
mafischl | 0:d9266031f832 | 6 | #define NET_USB_SERIAL 0 |
mafischl | 0:d9266031f832 | 7 | #define NET_CFG_H 1 |
mafischl | 0:d9266031f832 | 8 | #define NET_UMTS 0 |
mafischl | 0:d9266031f832 | 9 | #define NET_USB 0 |
mafischl | 0:d9266031f832 | 10 | #define NET_LWIP_STACK 1 |
mafischl | 0:d9266031f832 | 11 | #endif |