#Firmware/v310
ok = cpo:brk( [ms] )
issue a break sequence of duration ms on the COM Port.
ms
The break sequence can be inverted by passing a false as the second parameter. e.g. ok = cpo:brk(50, false)
false
ok = cpo:brk(50, false)
NOTE: This is not normal!