home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / dev / tap2ascii.zip / TAP2ASCII.ini next >
INI File  |  2012-07-27  |  806b  |  30 lines

  1. ; Initialization for for NotePage's TAP 2 ASCII program
  2. ;
  3. ; This program accepts TAP connections and creates text files for
  4. ; PageGate 's GetAscii interface
  5. ;
  6.  
  7. [General]
  8. ; Run as 'Application' or 'Service'
  9. RunStyle=Application
  10. ; Switch run styles: 'True' or 'False'
  11. SwitchStyle=False
  12. ; Folder to write message files
  13. DataFolder=c:\temp\
  14. ; Extension to use on end of data file
  15. FileExtension=.t2a
  16. ; Amount of detail to show in log (Normal/Debug)
  17. LogLevel=Debug
  18. ; Default sender name for received messages
  19. Sender=TAP2ASCII
  20.  
  21. [Modem]
  22. ; The serial port your modem is attached to
  23. ComPort=1
  24. ; The communication settings to use for the connection
  25. ComSettings=9600,n,8,1
  26. ; AT Commands to init modem (i.e. AT&FQ0V1X4S0=1)
  27. ; use the word 'direct' for a direct connection
  28. InitString=direct
  29.  
  30.