Gilles
January 11, 2018, 2:59pm
1
I’ve connected putty to the mangOH red USB console connector, baud rate 115200.
putty connects successfully but login/password are required.
(
Poky (Yocto Project Reference Distro) 1.7.3 swi-mdm9x15 /dev/ttyHSL1
swi-mdm9x15 login:
Password:
)
which login/password should I use?
Once login/password are correctly entred will I be able to send AT-commands to the WP?
Thanks!
Hello Gilles
login : root
no password is request
For AT command :
microcom -E /dev/ttyAT
to quit AT command use ‘ctrl+x’
I use teraterm and it work fine.
Regards,
1 Like
Gilles
January 12, 2018, 6:46am
3
Thanks so much @Francis.duhaut , it’s working!!
Hello,
I can see ttyAT upon entering command ls /dev/tty
Upon entering the command for microcom, I am getting log as
microcom: invalid number ‘/dev/ttyAT’
I have connected mangOH red via CF3 USB to with ssh. What can be done to resolve this?
pinst
April 13, 2020, 7:08pm
6
Works for me. What do you get for that ls command?
root@swi-mdm9x28-wp:~# ls -l /dev/ttyAT
lrwxrwxrwx 1 root root 9 Jan 1 1970 /dev/ttyAT -> /dev/smd8
root@swi-mdm9x28-wp:~# microcom /dev/ttyAT
at
OK
at!mapuart?
!MAPUART: 1,16
OK
root@swi-mdm9x28-wp:~#