开发者

Accessing the GSM modem on a linux mobile (eg. N900)

开发者 https://www.devze.com 2023-02-09 10:24 出处:网络
I\'m trying to access the GSM modem of a mobile set, so I can send AT commands to it. Instead of programming, I tried to have a test run using minicom on the phone. The problem is I cannot find the de

I'm trying to access the GSM modem of a mobile set, so I can send AT commands to it. Instead of programming, I tried to have a test run using minicom on the phone. The problem is I cannot find the device I should connect to, I tried /dev/tty0 tty1 and als开发者_JAVA百科o ttyS0 and alike, but none of them responded to my AT command.

So what should I do? Is it even possible?

Platform: Nokia N900 (running maemo linux)


It was solved when I ran:

pnatd /dev/tty

just that simple, though not documented well anywhere, I think.

0

精彩评论

暂无评论...
验证码 换一张
取 消