Hi! Everything is working according to your first instructions so thanks for that! However, when I try to send my own AT commands to the dongle to find out the signal strength ( it should be AT+CSQ ) using the first program which you wrote by adding the commands: sendatcmd('+CSQ') sigStren = dongle.readline() print sigStren I get no response. Do you know what I'm doing wrong? Thanks!