How to change CC254X baud rate to 115200 on BlueDuino rev2?

Hi,

I want to change baud rate to 115200 on BlueDuino. some questions:

  1. Is it possible to use Arduino serial1 to issue AT command to change baud rate?
  2. Can’t find any wiki to describe how to set up environment to issue AT command.
  3. Is any CC254X firmware built-in 115200 baud rate?
  1. Is it possible to use Arduino serial1 to issue AT command to change baud rate?

Yes. Please check the wiki. You can try

AT+BAUD4

I make it. Thanks for your support.