like this command: *342*55*225*5#
I installed Ubuntu and minicom on it. I tried to follow the guide written in this article, but I was blocked because when I entered AT and clicked enter, it did not respond...
On python I was following up a method but when I entered this command
comport = serial.Serial('ttyUSB4')
I got this error :
self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
OSError: [Errno 2] No such file or directory: 'ttyUSB4'