unit ConsoleUartI em.hal/ConsoleUartI.em 1 2 3 4 5 6 7 8 9 10package em.hal interface ConsoleUartI host function setBaudH(rate: uint32) function flush() function put(data: uint8) end