AMPI
上传用户:mei_mei897
上传日期:2007-01-05
资源大小:82k
文件大小:1k
源码类别:

手机短信编程

开发平台:

Unix_Linux

  1. # --------------------------------------------------------------------
  2. # Sample SMS resource file for AMPI
  3. # --------------------------------------------------------------------
  4. SMS_comms_params = 7E1 # 7 Data, Even Parity, 1 Stop Bit
  5. SMS_baud         = 300
  6. # --------------------------------------------------------------------
  7. # AMPI tries to be clever by supporting a propriatory text entry system
  8. # with TAP tacked on. The TAP doesn't seem to match the spec, no 
  9. # ACK response, just a delivery ACK
  10. # --------------------------------------------------------------------
  11. SMS_max_deliver    = 1
  12. SMS_tap_response   = FALSE
  13. SMS_tap_disconnect = FALSE
  14. # --------------------------------------------------------------------
  15. # The SMSCnumber MUST be defined.
  16. # This is the number of your local message center.
  17. # --------------------------------------------------------------------
  18. SMS_centre_number = 4600308 # US Alabama number
  19. # --------------------------------------------------------------------