📄 uart0_hyperterminal readme.txt
字号:
The purpose of this software is to demonstrate how to use the SIO-0 to transmit/receive data from the EZ-USB.
This code takes prompts from the user for 2 numbers (0-15) in hex format using the hyperterminal as
the user interface and the product of the two is displayed on the terminal.
The code is written in C and uses the both the EZ-USB library and the FrameWorks. The Control Panel Application
may be used to drive this example as described in the tutorials. The UART_HT.hex file loads into internal memory.
Connect the serial cable to SIO-0.
To run the example
(1) Hyper terminal by double clicking on the 19200.ht file
(2) Start the control panel
(3) Download UART_HT.hex
(4) The hyper terminal prompta for an entry (integer (0-15) display "A="
(5) Enter the value in hex
(6) The hyper terminal prompts for an entry (integer (0-15) display "B="
(7) Enter the value in hex
(8) The hyper terminal will display the product
(9) Steps 4-8 will be repeated
To terminate enter a 0 (product of 0)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -