Code Monkey home page Code Monkey logo

ddrtester's Introduction

DDRtester

1site

================================================================

基于jakey.chen的串口工具进行的二次开发。

加入验证pattern,并于下位机进行通信的部分。

Serial Tool

================================================================ 用python2.7、Tkinter、pyserial(使用版本3.3测试OK)模块开发的串口调试工具

已将串口工具和USB整合在一起

使用python3稍作修改版本

安装使用

================================================================ 需要安装的模块:
在Windows下:
默认是有安装Tkinter的,因此只需要安装pyserial
可以通过pip来安装:
pip install pyserial
或者到 https://pypi.python.org/pypi/pywinusb 下载最新版安装
python setup.py install
或者到 http://www.lfd.uci.edu/~gohlke/pythonlibs/下载安装版
在Ubuntu下:
默认是没有安装Tkinter的
需要先进行必要模块的安装
使用apt-get安装tk
sudo apt-get install python-tk
pyserial可以通过pip来安装:
pip install pyserial
或者到 https://pypi.python.org/pypi/pyserial 下载最新版安装
python setup.py install
执行python main.py即可开始使用(ubuntu下需要使用root权限 sudo python main.py)

使用技巧

================================================================ 在左侧列表框,可以显示出当前连接的串口设备。
可以通过双击打开设备(或者点击下面的Open打开设备)
状态栏会有相应的提示信息
点击Clear可以清除计数和接收的数据
其他待定,暂使用良好,暂未发现Bug和需要改进的地方。

ddrtester's People

Contributors

bigbigzxl avatar

Stargazers

unlocked avatar

Watchers

James Cloos avatar

Forkers

q315099997

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.