Files | |
| file | wuart.c |
Implementation of the Wireless UART Application. | |
The program has two main states, the CMD_MODE, where it can be controlled with some simple AT style commands and the DATA_MODE, where it transparently transmits the data from an to the HIF.
After reset the application is in the CMD_MODE state. After the "dial" command ATD\n\r it switches to the DATA_MODE. In order to return to the CMD_MODE, for a ESC sequence have to be send from the HIF.
| CMD | Comment |
| ATI | Print Information about firmware |
| ATE[0,1,?] | Echo control, 0 = OFF; 1 = ON; ? = show status |
| ATD | Switch wuart to DATA_MODE state |
The escape sequence is defiend by:
under construction
1.7.1