Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
655 views

Scriptable terminal program for modem testing

I have to use AT commands to setup my dial up modem (modulation seleccion, speed, etc), and dial other modem. Once the connection is stablished I have to transfer/receive files via zmodem, xmodem... ...
2
votes
4answers
1k views

Free Modem / Serial Communications Library or Scriptable App with ZMODEM/KERMIT

My task appears simple at first: dial into a terminal over a modem, login, possibly send some other characters, and then receive file(s) via ZMODEM or KERMIT .. or send a file via ZMODEM or KERMIT. ...
1
vote
0answers
42 views

the modem for detecting voice

I write an application,and i want to detect when the remote party answers a phone call made by my application,i need to use the Voice Detection. Do you know which kind of modem have the appropriate ...
0
votes
0answers
37 views

sending file using zmodem from Ruby/Cygwin script

I am working on a Ruby script to automate a file transfer to a remote device using zmodem. The target device already accepts in-bound zmodem file transfers using the rz utility. We know this works ...
0
votes
1answer
222 views

Help me drive Zmodem over ssh with expect

There's a nifty little tool called zssh that makes it easy to use the lszrz utilities to transfer files using zmodem over an existing ssh connection. It's surprisingly convenient...but it seems like ...
0
votes
2answers
191 views

Is it possible to transfer files via ZModem over USB?

And especially are there .NET libraries available for the purpose? Two hours of Google searches have turned up nothing so I'm not optimistic, but ... The big question: is it even possible to use ...