Send AT-command to mangOH Red

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

Thanks so much @Francis.duhaut, it’s working!!

ok Good news Gilles.

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?

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:~#