Class UART3

    • Constructor Detail

      • UART3

        public UART3()
    • Method Detail

      • start

        public static void start​(int baudRate,
                                 short parity,
                                 short data)
      • write

        public static void write​(byte b)
      • write

        public static int write​(byte[] buffer)
      • write

        public static int write​(byte[] buffer,
                                int off,
                                int count)
      • write

        public static void write​(String msg)
      • writeln

        public static void writeln​(String msg)