Hi,
I’m trying to use a Arduino nano to send AT commands to cubecell. The problem is the nano uses the same serial pins for hardware + computer comms, meaning I can’t debug properly.
I’m wanting to use Software Serial on the Arduino nano to free up the tx and rx pins on the nano. However software serial is only reliable at lower baud rates (not 115200)
Is it possible to lower the default baud rate of cubecell AT command mode to something lower? Below 50k?
Thanks!