Hi,
I’m trying to flash a nRF9160 ThingPlus using the instructions at
https://learn.sparkfun.com/tutorials/nrf9160-thing-plus-hookup-guide/all#sdk-setup---mac
They indicate to set up serial like this:
newtmgr conn add serial type=serial connstring=‘dev=/dev/tty.SLAB_USBtoUART,baud=1000000’
I’ve tried both this as well as replacing the dev= with the actual device targeted. Both respond with:
Error: Unknown baud rate 1000000
Some research suggests the non-standard baud rate may be causing the issue. Is there anyway around this other than using a different dev system? Will mac just not work here? Can I get the bootloader to run at 115200 and leave it there somehow? Can I target the device using an alternative method through VS Code?
Thanks!