+ Post New Thread
Results 1 to 2 of 2
-
26th January 2015, 10:56 #1
- Join Date
- Jan 2015
- Posts
- 1
- Helped
- 0 / 0
- Points
- 15
- Level
- 1
Connet ADC output to UART Transmitter and display at hyperterminal(FPGA Verilog)
Hello everyone, right now i have the ADC module (12-bits) which i convert it to BCD and then ASCII number since hyperterminal understand ASCII code. For UART TX module, i use the one in http://www.fpga4fun.com/SerialInterface.html and it works but hyperterminal output multiple times like this http://i.imgur.com/0hNdz7v.jpg. I believe some control logic is required here. Anyone can provide idea of "control module" connecting ADC output to UART TX input so i can display the ADC in hyperterminal??
-
Advertisment
-
26th January 2015, 11:16 #2
- Join Date
- Jan 2008
- Location
- Bochum, Germany
- Posts
- 43,806
- Helped
- 13321 / 13321
- Points
- 251,556
- Level
- 100
Re: Connet ADC output to UART Transmitter and display at hyperterminal(FPGA Verilog)
An output line must be terminated with carriage return + linefeed. (0x13 + 0x10).
+ Post New Thread
Please login