Giter VIP home page Giter VIP logo

rfid_pctest's Introduction

Rfid_PCTest

在PC上用Python的Serials和Tkinter编写的通信上位机

通信协议

帧格式

帧格式为定长的10个BYTE 帧头为OXFFAA 紧跟的6个BYTE的数据,结尾是校验为1个BYTE

通信过程

所有的通信都是由上位机发起,ARM接收到数据帧以后查收是否异常,返回应答帧
执行完任务以后,从机把处理结果返回给上位机,上位机回复收到帧,完成一次通信过程
数据字段为7个BYTE,其中开头1BYTE为指令码后6个BYTE位操作数据。

校验方法是帧头和数据的异或

rfid_pctest's People

Contributors

jerrymomo10 avatar sdubrother avatar

Watchers

James Cloos avatar

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.