=============================================================================== W A V E C O M =============================================================================== OPEN AT V2.00 Updated : December 19th, 2002 =============================================================================== (To print this file : use Notepad and remove all margins and default header.) --------------------------------- Content of this file --------------------------------- Remote Terminal Sample application description I. Changes II. Application description I - Changes =========== * 02/12/19 - V2.00 Initial revision. II - Application description ============================ This application forwards all received data on a FCM flow (V24 or GSM) as AT commands, and send back responses and unsolicited events on the flow. The used FCM flow is set by the USED_FLOW constant definition (GSM by default) * For V24 flow, the processing start on data mode. * For GSM data flow, the application answers automatically on a data incoming call, and process received datas until end of call. The received datas from the flow are stored in a buffer until an at command is detected (something like "at.......\r"). The received responses are stored in a list and sent back on the flow, using flow control. Also, unsolicited response are stored and sent via this list.