This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
runtime_library:using_serial_out:start [2020/10/23 19:52] – ursgraf | runtime_library:using_serial_out:start [2022/12/20 11:17] (current) – ursgraf | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using Serial Out (System.out) ====== | ====== Using Serial Out (System.out) ====== | ||
- | See [[:first_example|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//, // | + | See [[firstexample:start|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//, // |
==== Freescale MPC555 ==== | ==== Freescale MPC555 ==== | ||
- | The Freescale MPC555 offers two independent serial interfaces with RS232 Protocol, SCI1 and SCI2. When using our [[http:// | + | The Freescale MPC555 offers two independent serial interfaces with RS232 Protocol, SCI1 and SCI2. When using our [[http:// |
==== Freescale MPC5200 ==== | ==== Freescale MPC5200 ==== | ||
Line 10: | Line 10: | ||
==== Zynq 7000 ==== | ==== 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. | + | 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:// |