home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / NRC_TIME.ZIP / NRCDAT.LTR < prev   
Text File  |  1992-09-14  |  2KB  |  57 lines

  1. 1992 09 14
  2.  
  3. The little program following in NRC.EXE will dial the digital 
  4. data time signal at National Research Council in Ottawa, CANADA 
  5. and set your PC clock to the real time.  Please do not bother 
  6. trying to make a collect call.
  7.  
  8. How...
  9.  
  10. Create a N.BAT file as follows
  11.  
  12. NRC 3 T9527729 -4 1989
  13.  
  14. That is all there is to it, just one line which means as follows
  15.  
  16. NRC - is the name of the program as in NRC.EXE
  17.  
  18. 3 - is the number of the COM port your modem is on
  19.  
  20. T - (as in T9527729) is for Tone dialing, us P for pulse dialing
  21.  
  22. 9527729 - is the local Ottawa phone number.  you can put the area
  23. code (613) in front of this if needed, also extra's like a 9 for 
  24. outside lines on a PBX will work.
  25.  
  26. -4 - is the offset (in hours) from Universal Co-ordinated Time 
  27. that the data is formatted in.
  28.  
  29. 1989 - is the year since the data does not have the year encoded 
  30. into it.
  31.  
  32. That is all there is to it....Have fun
  33.  
  34. The exit codes can be checked by a batch routine as the routine
  35. sets ERRORLEVEL.
  36.  
  37. Here are the levels set.
  38.  
  39. 0 - Successfully synchronized to NRC
  40. 1 - Usage error on command line or
  41.     Timeout or
  42.     User abort via <ESC>
  43. 2 - Comm port error - Base address not found in system data area.
  44.  
  45. Thus if you use this in an AUTOEXEC batch file, you can have it
  46. alert you if the sync up did not occur for some reason.
  47.  
  48.  
  49. This little program was created to slave the Telecommand PC's to 
  50. NRC's time for telecommanding the Amateur Radio MICROSAT 
  51. satellites due for launch in November 1989.  The program was 
  52. created by Rod Boissinot for Larry Kayser, WA3ZIA/VE3PAZ.
  53.  
  54. Comments and things to VE3PAZ @ VE3JF on packet radio
  55. or to the Heath Zenith BBS to Larry Kayser at (613) 228-1285....
  56. ENJOY
  57.