Send Break Sequence on COM Port Object

ok = cpo:brk( [ms] )

issue a break sequence of duration ms on the COM Port.

Additional option

The break sequence can be inverted by passing a false as the second parameter.
e.g. ok = cpo:brk(50, false)

NOTE: This is not normal!