public async Task <Dictionary <string, string> > AutoBaudRate(int bus)
 {
     return(await Serial.JsonCommand(CBTCommand.AutoBaudRate(bus)));
 }