dial-up from python script

  • Thread starter Jon Van DeVries
  • Start date
J

Jon Van DeVries

I want to create a simple script that dials my modem to whatever number I specify.
Any tips on modules to be used? google didn't help much this time.

Platform: SuSE 10.1 Linux 2.6.x (but since it will be done in Python, I'm assuming it doesn't matter what platform I'm using right?)

thanks in advance,




--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
 
D

Dennis Lee Bieber

I want to create a simple script that dials my modem to whatever number I specify.
Any tips on modules to be used? google didn't help much this time.

PySerial?


Dialing a modem typically is just a case of sending the string "ATDT
#########" to the modem. Modems normally appear as a serial port.
--
Wulfraed Dennis Lee Bieber KD6MOG
(e-mail address removed) (e-mail address removed)
HTTP://wlfraed.home.netcom.com/
(Bestiaria Support Staff: (e-mail address removed))
HTTP://www.bestiaria.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,294
Messages
2,571,511
Members
48,213
Latest member
DonnellTol

Latest Threads

Top