Re: Addressing a COM port from Python

2006-01-17 Thread Nick Craig-Wood
Doru-Catalin Togea <[EMAIL PROTECTED]> wrote: > I am writing some tests and I need to place calls through the modem. Is > there an API for addressing the COM ports on my machine, so that I can > issue AT-commands to the modem? http://pyserial.sourceforge.net/ Works well in my experience --

Re: Addressing a COM port from Python

2006-01-17 Thread Miki Tebeka
Hello Catalin, > I am writing some tests and I need to place calls through the modem. Is > there an API for addressing the COM ports on my machine, so that I can > issue AT-commands to the modem? > > If this can not be done from Python, I am sure it can be done from > C/C++/Java. Any tutorials

Re: Addressing a COM port from Python

2006-01-17 Thread Fredrik Lundh
Doru-Catalin Togea wrote: > I am writing some tests and I need to place calls through the modem. Is > there an API for addressing the COM ports on my machine, so that I can > issue AT-commands to the modem? > > If this can not be done from Python, I am sure it can be done from > C/C++/Java. Any tu

Addressing a COM port from Python

2006-01-17 Thread Doru-Catalin Togea
Hi! I am writing some tests and I need to place calls through the modem. Is there an API for addressing the COM ports on my machine, so that I can issue AT-commands to the modem? If this can not be done from Python, I am sure it can be done from C/C++/Java. Any tutorials/examples that you know