I´m still looking for an appropriate cheap modem that will work with an Arduino board.
In the meantime, is there any way I could simulate a GSM modem? I mean, can I use the terminal from my Ubuntu computer to pretend that it´s a modem by sending the right AT responses to the arduino via FTDI ?
Not sure about simulating, but theres not much to simulate. Just listen with a USB to TTL device on the UART Tx of your microcontroller to see if its sending the right AT sentences.
Good luck!