zoukankan      html  css  js  c++  java
  • 树莓派Raspberry实践笔记-安装使用minicom

     【原创链接】:http://www.cnblogs.com/atsats/p/6665566.html

    通常使用命令安装软件apt-get install , 如:sudo apt-get install minicom
     
    本文是结合最新的Raspbain jessie,使用图形化的方式安装一款软件:串口调试工具minicom。
     
    基本方法:使用系统自带的 "Add /Remove Software"软件。
     
    1. 打开 "Add /Remove Software"
     
     
    2. 在搜索框中输入”minicom“,稍等一会儿右边出现结果,勾选复选框,点击右下角"OK"

    3. 出现验证框,输入系统默认密码"raspberry",回车或点击”OK"
    4. 安装过程界面如下图,完成安装后"Add /Remove Software"界面将关闭

    5. 运行Terminal,输入命令:sudo minicom -s
    6. 出现串口配置界面,后续具体minicom软件操作,可搜索相关文章,本文不再做具体描述。
     
     
    一般使用minicom软件作为普通串口调试工具, 不是控制modem, 所以需修改Modem and dialing,具体操作如下:
    1. Init string, 设置为空
    2. Reset string, 设置为空
    3. Hang-up string设置为空.
    4. 设置完成后选择Save setup as dfl将当前设置保存为默认设置.
    5. 选Exit退出
    特别提醒 :使用minicom 输入命令时请使用:sudo minicom, 否则发送字符时不正常。

    --END--

  • 相关阅读:
    day35-python-网络编程
    oc-继承(inherit) 方法重写 继承与组合
    oc-self关键字
    oc-类方法
    oc-封装 get set方法
    oc-匿名对象
    oc-函数命名
    oc-函数,方法,类
    解决"authentication token manipulation error"
    让tomcat自动定位到项目
  • 原文地址:https://www.cnblogs.com/atsats/p/6665566.html
Copyright © 2011-2022 走看看