any example how use "the parser" ?
import gsmdecode # pnatd gives you something like this # +CUSD: 0,"4F207072617A6F2...",68 # in this example: reply = "4F207072617A6F2..." reply = ... # in this example: encoding = 68 encoding = ... msg = gsmdecode.decode(reply, encoding) print msg