Help with modem terminal

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adriano Monteiro

    #1

    Help with modem terminal

    Hey folks,

    I need to talk to my modem through a terminal, so I can send commands
    and get the answers. Does anybody here know what can I do?
    I've tried to use pty.py, but I'm lost...

    Regards,
    []'s!

    --

    Adriano Monteiro Marques

    py.adriano@gmai l.com

    I'm FREE... Are you?
    (PYTHON powered)
  • Grant Edwards

    #2
    Re: Help with modem terminal

    On 2005-04-09, Adriano Monteiro <py.adriano@gma il.com> wrote:
    [color=blue]
    > I need to talk to my modem through a terminal, so I can send
    > commands and get the answers.[/color]

    Through a terminal? Just type on the keyboard and look at the
    display.
    [color=blue]
    > Does anybody here know what can I do?[/color]

    Not unless you can clearly describe the problem. Do you mean
    you want to talk to a modem through a serial port? If so, then
    pyserial is probably what you should try.

    --
    Grant Edwards grante Yow! ... If I had heart
    at failure right now,
    visi.com I couldn't be a more
    fortunate man!!

    Comment

    Working...