Skip to content
GitLab
Explore
Sign in
You need to sign in or sign up before continuing.
Changes
Page history
try to fix OpenLab_osci_FPGA_imp2.asciidoc
authored
Mar 09, 2017
by
Patrick Schmitt
Show whitespace changes
Inline
Side-by-side
OpenLab_osci_FPGA_imp2.asciidoc
View page @
3d408eae
...
@@ -48,9 +48,8 @@ It declares the frequency at which one bit is transfered. Regarding the OpenLab
...
@@ -48,9 +48,8 @@ It declares the frequency at which one bit is transfered. Regarding the OpenLab
== Receive Component
== Receive Component
The receiving part of the UART implementation is directly connected to the RX line of the Transistor–Transistor Logic (TTL) serial adapter cable.
The receiving part of the UART implementation is directly connected to the RX line of the Transistor-Transistor Logic (TTL) serial adapter cable.
This component detects incoming data by checking continually the status of the RX line. If it detects an falling edge, data is being sent to the FPGA.
This is also known as the start bit of the serial communication, which is described in section 5.3.1.
== Transmit Component
== Transmit Component
...
...