home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / misc / pager_e / prog / pe.ini < prev    next >
INI File  |  1997-02-01  |  1KB  |  56 lines

  1. ; Initialisation file for POCSAG Encoder
  2.  
  3. [general]
  4.  
  5. #select the COM port - 1,2,3 or 4
  6. comport=1
  7.  
  8. #select the bit rate - 512, 1200, 2400
  9. bitrate=1200
  10.  
  11. #select the polarity of the data NORMAL or INVERTED
  12. #anything other than NORMAL or INVERTED will cause a default to NORMAL
  13. #must be in upper case
  14. polarity=NORMAL
  15.  
  16. [experienced]
  17.  
  18. #the sync codeword
  19. SYNC=7CD215D8
  20.  
  21. #the idle codeword
  22. IDLE=7A89C197
  23.  
  24. [colours]
  25.  
  26. #set the colours for data display:-
  27.  
  28. #  BLACK    0
  29. #  BLUE                 1
  30. #  GREEN    2           
  31. #  CYAN                 3           
  32. #  RED                  4           
  33. #  MAGENTA  5           
  34. #  BROWN    6           
  35. #  WHITE    7           
  36. #  GRAY                 8           
  37. #  LIGHTBLUE            9           
  38. #  LIGHTGREEN           10          
  39. #  LIGHTCYAN            11          
  40. #  LIGHTRED 12          
  41. #  LIGHTMAGENTA         13          
  42. #  YELLOW   14          
  43. #  BRIGHTWHITE          15
  44.  
  45.  
  46. #Colours for the status line
  47. status_fore=15
  48. status_back=1
  49.  
  50. #Colours for the Command Line
  51. co_fore=15
  52. co_back=4
  53.  
  54.  
  55.  
  56.