Hello,
I need to send multiple AT commands to HC05 to check that Name, Addr, Role
and Pswd are well configured.
We do this now with a classic Serial monitor,
But we do not find the way of concatenating multiple ATs.
Hayes uses ";" as separator and only one AT
A similar post says
QUOTE
Thus, if you want to give the commands ATA0, ATB1 and ATC2, you could string them together in a single string as ATA0B1C1.
UNQUOTE
But none of them work in Arduino Uno.
Thanks for your help !
Thus, if you want to give the commands ATA0, ATB1 and ATC2, you could string them together in a single string as ATA0B1C1.