Rev 1560 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1560 | Rev 1756 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | #Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list |
3 | #Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list |
| 4 | sns_Serial_USEEEPROM=1 |
4 | sns_Serial_USEEEPROM=1 |
| 5 | 5 | ||
| 6 | sns_Serial_ID=<ID> |
6 | sns_Serial_ID=<ID> |
| 7 | #sns_Serial_DUMMY=1 |
- | |
| 8 | 7 | ||
| 9 | sns_Serial_FORCE_SEND_TIMER=<TIMER> |
8 | sns_Serial_FORCE_SEND_TIMER=<TIMER> |
| 10 | # Force sending data after a few ms, if set to 0 then data will be sent directly |
9 | # Force sending data after a few ms, if set to 0 then data will be sent directly |
| 11 | sns_Serial_FORCE_SEND_TIME_MS=2 |
10 | sns_Serial_FORCE_SEND_TIME_MS=2 |
| 12 | - | ||
| 13 | #Uncomment to use the pcint driver |
- | |
| 14 | #sns_Serial_DUMMY_PCINT=<PCINT> |
- | |
| 15 | 11 | ||
| 16 | # Configuration based on RS232/RS485-driver LTC1387 |
12 | # Configuration based on RS232/RS485-driver LTC1387 |
| 17 | 13 | ||
| 18 | #port for hw flow control, clear to send |
14 | #port for hw flow control, clear to send |
| 19 | sns_Serial_CTS=GPIO_D2 |
15 | sns_Serial_CTS=GPIO_D2 |