Status: AT2 module fails to open serial ports after system startup Solution (?)

"Andrea Viscovich" <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
The latter works for me:
By the way I always set the speed in the config, so
we should test it without it.
I'm sorry I can't give you a patch as my smsc_at2 is different.
By the way 
int at2_test_speed(PrivAT2data *privdata, long speed) {

int res;

if (at2_open_device1(privdata) == -1)

                  ^^^



becomes

int at2_test_speed(PrivAT2data *privdata, long speed) {

int res;

if (at2_open_device(privdata) == -1)

                  ^^^

Only one "1" difference, but it made me crazy.

Andrea
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.