Eclipse已集成串口终端显示,只需要我们自己下载安装即可使用。使用SSH连接也差不多。
查看eclipse版本信息
help->About Eclipse
查看version,我的是4.7.3a,记住代号,我的是“Oxygen”,下面有用。
安装eclipse自带的“Terminals”插件
点击help->Install New Software...
选择Eclipse版本,我的是Oxygen就是上面查看的,如果使用indigo、juno等版本同样会看到自己版本对应的安装地址。
选定安装地址,我这里选择的是:Oxygen - http://download.eclipse.org/releases/oxygen
选择:Mobile and Device Development->Target Management Terminal
安装Serial
重复安装Terminals步骤到选择Mobile and Device Development,找到并选择TM Terminal Serial Connector Extensions。
同一协议,选择Finish。
安装完成,选择重启eclipse
打开终端,使用串口连接工具
Window->Show View->Other
找到Terminal并双击打开。
选择新建连接
选择串口方式,并输入对应参数即可。
修改Terminal视图背景色
- Go to Window / Preferences
- Click on "Terminal"
- Check the box "Invert terminal colors"
- Click "Apply"