Is minicom the only option? I need to be able to modem in to some ancient applications that are commonly accessed by ProComm running on Windows, but I would like to do this from a Linux box.
Asked
Active
Viewed 1,404 times
2 Answers
5
minicom is the best option, yes. kermit might also work for you. If you're on an older unix box, you might look for cu. @Zoredache points out that screen will also do the trick, since serial ports are ttys.

pjz
- 10,595
- 1
- 32
- 40
4
Minicom is probably the best option, but you also can use GNU screen for making serial connections.

Zoredache
- 130,897
- 41
- 276
- 420