zoukankan      html  css  js  c++  java
  • debian VMware 串口

    http://blog.rogerz.cn/archives/562

    These features were new in beta 0.59 (released 2007-01-24):

    • PuTTY can now connect to local serial ports as well as making network connections.

    我真是有点落伍了,到今天才知道,putty的最新版本已经到了0.60。支持串口之后就可以拿putty来替代windows的超级终端了。

    串口设置方法

    connection type里选择Serial,串口号和连接速度可以直接输入,比如COM1,115200,更详细的设置在Connection->Serial里面。

    报文监视

    如果想用putty来监视串口输出,只需要在Session->Logging里选中All session output或者Printable output,然后指定文件名,其中可以包含时间日期等通配符,非常实用。



    ------------------------------

    http://blog.csdn.net/wenlifu71022/archive/2010/02/02/5279911.aspx 

    在《VMware usb》中有

    Also, /proc/bus/usb is there and it is mounted with usbfs
    It's like VMware Server has the "USB Controller" enabled in the config but isn't actually making it available.

    参考用来添加串口。vm->setting->add

    选好物理串口。

    -------------------------

    apt-get install putty

     putty默认是ssh功能,我们要选择串口。



     

     ---------------------------------------------------

    左键拖动就可复制

    鼠标中键就可粘贴 

  • 相关阅读:
    GC原理---垃圾收集算法
    GC原理---对象可达判断
    散列算法和哈希表结构
    桶排序
    Spring事务梳理
    AQS
    重入锁
    CAS
    研究一下phpspider
    用php写爬虫去爬数据
  • 原文地址:https://www.cnblogs.com/leaven/p/1662376.html
Copyright © 2011-2022 走看看