If your question is specifically about how to capture the strings:
OPEN "COM:98N1E", FOR INPUT AS #1
INPUT #1, receivedString$
On 12/5/2025 1:23 PM, Peter Vollan wrote:
I am still perplexed about how to write a program that pickes up the
modem, calls the number, captures the result, and hangs up. With my
NIST program I used LINEINPUT looking for a "*" terminating the line.
On Fri, 5 Dec 2025 at 08:36, Gregory McGill <[email protected]>
wrote:
any m100 terminal prg works with external hayes.. what are you
exactly asking for?
On Thu, Dec 4, 2025 at 6:23 PM Peter Vollan <[email protected]>
wrote:
Program(s) for model 100 that use an external Hayes modem?