home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rc85_prg / rc85dial.doc < prev    next >
Text File  |  1989-11-04  |  1KB  |  59 lines

  1. # Sample list of autodial slots, owners, and contents.
  2. # Also, emergency autodialer msg definitions.
  3. #
  4. # Format is:
  5. # S<slot>  <call>  <phone number>
  6. # CU        unlock for config cmds
  7. # CS text    send <text> to configure the RC85
  8. # CO text    send the control op code followed by <text>
  9. # CL        lock after config cmds
  10. # MP        Msg program (= CS*0)
  11. # MR        Msg readback (= CS*2)
  12. # MA        Msg abort (= CS*4)
  13. #
  14. #
  15. S1    CD    232-6802
  16. S2    LCPD    261-8600
  17. S3    Fire    268-5501
  18. S4    LPSO    232-9211
  19. S5    LSP    265-5880
  20. S7    Poison    231-2911
  21. S8    WX    981-0099
  22. S9    911    911
  23. S10    K5ARH    898-9039
  24. S11    N5KNX    985-0754
  25. S12    N5HVQ    948-3739
  26. S13    KB5EKC    981-8009
  27. S20    KG5VO    752-2263
  28. #
  29. #
  30. # Program emergency msgs
  31. cu
  32. cs *1111    #slot 1 = CD
  33. cs 23 31
  34. mp
  35. cs *1112    #slot 2 =LCPD
  36. cs 53 23 71 31
  37. mp
  38. cs *1113    #slot 3 = Fire
  39. cs *634
  40. mp
  41. cs *1114    #slot 4 = LPSO
  42. cs 53 71 73 63
  43. mp
  44. cs *1115    #slot 5 = LSP
  45. cs 53 73 71
  46. mp
  47. cs *1117    #slot 7 = PSN Control
  48. 71 73 62 *624
  49. mp
  50. cs *1118    #slot 8 = Weather
  51. cs 95
  52. mp
  53. cs *1119    #slot 9 = 911
  54. cs 09 01 01
  55. mp
  56. cl
  57. # La fin du fichier
  58.  
  59.