How do i send AT GSM commands using python?
Am able to do this quite easily using Delphi and some comport component (TComport), but how do i talk to my modem using pytho
I don't know if there is an AT module, but you can use pyserial to communicate with a serial port.