店铺
参考
倪公司
切换导航
内部工具
页面工具
展示页面
旧修订
反向链接
网站工具
近期变动
网站地图
媒体经理
用户工具
登录
狗万man05 .com
FPGA / SoC开发板
ARTY A7
arty s7
arty z7
Basys 3.
CMOD A7
CMOD S7
科拉Z7.
Eclypse Z7.
Genesys 2.
Genesys zu.
nexys a7
Nexys视频
USB104 A7
usrp b205mini-i
Zedboard Zynq-7000开发板
Zybo Z7.
看到所有
程序员
看到所有
扩展模块
ZMODS.
ZMOD范围1410.
zmod awg 1411.
看到所有
PMODS.
看到所有
PCAMS.
FMC PCAM适配器
PCAM 5C.
MCU板
Basys MX3.
MAX32
UC32.
WF32
Wi-Fire.
看到所有
狗万电脑平台
USB范围,分析仪和信号发生器
模拟发现2
Analog Discovery Pro(ADP5250)
Analog Discovery Pro(ADP3450 / ADP3250)
模拟发现演播室
数字发现
看到所有
适配器和帆布
音频适配器
BNC适配器
面包板突破
面包板适配器
阻抗分析仪适配器
空白的画布
面包板帆布
软件
Digilent软件
娴熟2
波形
波形SDK.
看到所有
|
博客
论坛
项目
Digilent GitHub.
你在这里::
Digilent参考
可编程逻辑
Xilinx工具的指南
安装和使用终端仿真器
在Windows上使用终端仿真器
此页面仅是读取的。您可以查看源,但不会更改它。如果您认为这是错误的话,请询问您的管理员。
======在Windows上使用终端仿真器======本教程是指使用终端仿真器与数字板的串行功能的指南。----
=== 1.新连接===在打开TERA术语时,新连接是初始配置页面。 wrap>
{{:learn:programmable-logic:tutorials:tera-term:使用:使用_tera_term_1.jpg?500 |}} wrap> wrap> ----
=== 2。串行连接===串行连接使用COM端口通过UART从终端仿真器传送到Digilent Loards。== 1. ==串行端口设置页面用于配置**端口,速度,数据,奇偶校验,停止位,流量控制**和**在终端仿真器中传输延迟**以匹配Digilent Loards串行设置。通常,数据,奇偶校验,停止位,流量控制和传输延迟留在其默认设置。* **端口**是指串口(COM端口)。串行端口用于通过UART通信到嵌入式系统。 * **Speed** refers to baud rate. **Baud** rate is the speed that data is being transmitted and is expressed as bits per second. * For **Microblaze** projects the default baud rate is 9600. For **Zynq** projects the default baud rate is 115200.
{{:learn:programmable-logic:tutorials:tera-term:using:using_tera_term_10.jpg?500|}}
----
==2.== The **Terminal Setup page** allows for the setup of the receive and transmit on new line as well as Local echo. * **Local echo** is a visual feedback for exactly what is being typing. * **new-lines** adjust how the new line is displayed (either a carriage return, line feed, or both).
{{:learn:programmable-logic:tutorials:tera-term:using:using_tera_term_9.jpg?500|}}
----
===3.Clear Buffer and Clear Screen=== If you want to clear your terminal screen you can use either the “Clear buffer” or “Clear screen” commands. Both are located under the Edit menu. * **Clear screen** will do just that, blank out the terminal screen. Data received will still be preserved in the buffer. * **Clear buffer** deletes the entire buffer of received data – no more data to scroll up to.
{{:learn:programmable-logic:tutorials:tera-term:using:using_tera_term_5.jpg?500|}}
----
===4. Shortcut Keys=== **ALT+N**: Connects to a new serial port. **ALT+I**: Disconnects from the current port. **ALT+V**: Pastes text from clipboard to the serial port (not CTRL+V). **ALT+C**: Copy selected text into clipboard (not CTRL+C). **CTRL+TAB**: Switch between two Tera Term windows.
{{:learn:programmable-logic:tutorials:tera-term:using:using_tera_term_1.jpg?500|}}
----