octopusengine / octopuslab

octopusLAB - for devBoard ESP8266/32 - NodeMcu (LoLin) and octopus ESP-interface-board
29 stars 16 forks source link

serial - UART - better test #3

Closed octopusengine closed 6 years ago

octopusengine commented 6 years ago

mport machine u1 = machine.UART(1, baudrate=9600, rx=16, tx=17) u1.write("C") u1.write("QOctopusLab")