Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| util:sexpots [2022/01/23 02:17] – [Command-line Syntax] Document -syslog option digital man | util:sexpots [2024/06/09 21:37] (current) – [Modem Settings] Note about the factory defaults digital man | ||
|---|---|---|---|
| Line 106: | Line 106: | ||
| Debug = FALSE ; enable debug logging (overrides LogLevel) | Debug = FALSE ; enable debug logging (overrides LogLevel) | ||
| PauseOnExit = FALSE ; wait for key-press on exit (non-service) | PauseOnExit = FALSE ; wait for key-press on exit (non-service) | ||
| + | CLS = FALSE ; send a form feed (clear screen) before copyright banner | ||
| + | Prompt = | ||
| + | PromptTimeout = 60 ; seconds to wait for a remote character after sending prompt (0=infinite) | ||
| [COM] | [COM] | ||
| Line 115: | Line 118: | ||
| DTRDelay = 100 ; Milliseconds to delay before hangup | DTRDelay = 100 ; Milliseconds to delay before hangup | ||
| NullModem = FALSE ; Set to TRUE to not send AT commands to modem | NullModem = FALSE ; Set to TRUE to not send AT commands to modem | ||
| + | Parity = FALSE ; Use parity (error detection/ | ||
| + | ParityOdd = FALSE ; Use odd (not even) parity for parity calculations | ||
| + | ByteSize = 8 ; Number of data bits per byte | ||
| + | StopBits = 1 ; Number of stop bits per byte | ||
| [Modem] | [Modem] | ||
| Line 131: | Line 138: | ||
| Port = 23 ; TCP port number of TCP server | Port = 23 ; TCP port number of TCP server | ||
| NoDelay = TRUE ; Set to TRUE to disable the Nagle Algorithm | NoDelay = TRUE ; Set to TRUE to disable the Nagle Algorithm | ||
| + | Telnet = TRUE ; Set to FALSE to disable Telnet mode | ||
| [Telnet] | [Telnet] | ||
| - | Enabled = TRUE ; Set to FALSE to disable Telnet mode | ||
| Debug = FALSE ; Set to TRUE to log Telnet commands sent/recv | Debug = FALSE ; Set to TRUE to log Telnet commands sent/recv | ||
| AdvertiseLocation = FALSE ; Set to TRUE to send "WILL SEND LOCATION" | AdvertiseLocation = FALSE ; Set to TRUE to send "WILL SEND LOCATION" | ||
| Line 149: | Line 156: | ||
| Note: Support for the '' | Note: Support for the '' | ||
| + | |||
| + | ==== Modem Settings ==== | ||
| + | |||
| + | Modem settings that SEXPOTS will work best with: | ||
| + | |||
| + | ^ AT Command ^ Description ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | ''& | ||
| + | | ''& | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | These are typically the default factory settings for modems manufactured in the last 30 years. | ||
| + | |||
| + | If these settings are not your modem' | ||
| + | ==== Prompting for a TCP Host ==== | ||
| + | |||
| + | By setting the '' | ||
| + | |||
| + | Example .ini file (with default values given): | ||
| + | <file sexpots.ini> | ||
| + | Prompt: "Hit ' | ||
| + | |||
| + | [TCP] | ||
| + | Host=mybbs | ||
| + | Port=23 | ||
| + | Telnet=true | ||
| + | |||
| + | [TCP:P] | ||
| + | Host=thepbx | ||
| + | Port=2600 | ||
| + | Telnet=false | ||
| + | </ | ||
| + | |||
| ===== NT Service Control ===== | ===== NT Service Control ===== | ||