ublox SARA-U260 not showing up in mmcli

Schroer, Jens Peter jens at manetos.com
Tue May 9 22:07:04 UTC 2017


Just for comparison the output for the ACM0 port on my systems:
speed 57600 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^A; eol = <undef>; 
eol2 = <undef>;
swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = 
^W; lnext = ^V;
discard = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 hupcl -cstopb cread clocal -crtscts
-ignbrk -brkint ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl ixon 
ixoff -iuclc
ixany -imaxbel -iutf8
-opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 
bs0 vt0 ff0
isig -icanon iexten -echo -echoe echok -echonl -noflsh -xcase -tostop 
-echoprt echoctl
echoke -extproc

Given your output your modem is configured to run with 9600 baud on 
ACM0.
If you use minicom and set it to 9600 baud what happens?



On 2017-05-06 06:48, Brent Sink wrote:
>> I'm not sure if this helps, but I noticed that all the letters in
> 
>> "@T*BFLH" are off by one, except T.
>> In ascii, T is the only letter that is even.
>> So minicom sems to be zeroing out the last bit of your messages, (A
> =
>> ascii 0x41 -> ascii 0x40 = @ and I = ascii 0x49 -> ascii 0x48 -> I).
>> That's the "what", but I can't think of the "why"...
> 
>> Have you tried other serial programs (microcom, miniterm.py etc?)
> 
>> Cheers,
>> Einar Jón
> 
> You are correct Einar they do appear to be off by one bit.  I set up
> minicom to use 115200 8N1.  I have noticed that if I paste the command
> into the terminal and press enter, it works.  It seems to only happen
> when I type.  Here is how stty shows the serial port configured:
> 
> # stty -F /dev/ttyACM0 -a
> speed 9600 baud;stty: /dev/ttyACM0
>  line = 0;
> intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
> eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z;
> rprnt = ^R;
> werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
> -parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts
> -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl
> ixon -ixoff
> -iuclc -ixany -imaxbel -iutf8
> opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0
> bs0 vt0 ff0
> isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop
> -echoprt
> echoctl echoke
> 
> Since I have a workaround by pasting what's on the clipboard it's at
> least progress, but I don't know if this is actually preventing modem
> manager from working correctly.
> _______________________________________________
> ModemManager-devel mailing list
> ModemManager-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel



More information about the ModemManager-devel mailing list