MCPcopy Create free account
hub / github.com/apache/nuttx / setBaudrate

Method setBaudrate

tools/flash_writer.py:423–425  ·  view source on GitHub ↗
(self, baudrate)

Source from the content-addressed store, hash-verified

421 break
422
423 def setBaudrate(self, baudrate):
424 # self.serial.setBaudrate(baudrate)
425 self.serial.baudrate = baudrate
426
427 def reboot(self):
428 # Target Reset by DTR

Callers 2

install_filesMethod · 0.80
save_filesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected