deep

a Cross Development Platform for Java

User Tools

Site Tools


runtime_library:using_serial_out:start

Using Serial Out (System.out)

See Hello World with System.out to understand how to configure one of the available serial interfaces and direct your standard output onto this stream. On the host side you have to determine which port number your operating system has assigned to the port. Open any terminal program, such as Putty, Hyperterminal or Realterm. Configure the port setting similar to the target setting and open the connection.

Freescale MPC555

The Freescale MPC555 offers two independent serial interfaces with RS232 Protocol, SCI1 and SCI2. When using our NTB MPC555 Headerboard, the SCI1 is connected through the USB Background Debugging Interface (USB-BDI) to the host where it will be visible as a virtual COM port. The SCI2 can be connected with a standard serial cable (DB9 connector).

Freescale MPC5200

The Freescale MPC5200 has six built in Programmable Serial Controllers (PSC), which can all work as UART's running the RS232 protocol. Check your hardware manual to see which of the PSC can be used on your board.

Zynq 7000

The Zynq 7000 has two built-in UART's and allows to use further UART's by using flink devices located in the FPGA, see https://flink-project.ch/. For further details see Device Drivers.

runtime_library/using_serial_out/start.txt · Last modified: 2022/12/20 11:17 by ursgraf