Giter Site home page Giter Site logo

app044's People

Contributors

liohord avatar

Watchers

 avatar

app044's Issues

RTCC的傳收CAN封包內容異常

CAN傳送出來的RTCC時間資料位移

例如當前時間為:2021年04月02號星期5;17點43分36秒,傳送出來的封包資料應該為:
ID:0x666;Extended ID;Data display--> Decimal

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
Year Month Date Weekday Hour Minute Second xx
21 04 02 05 17 43 36 xx

但不管是傳或收都必須改成這樣,才能正確解讀資料內容
ID:0x666;Extended ID;Data display --> Decimal

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
04 02 05 17 43 36 xx xx

全部往左了一個Byte

比較
ID:0x666;Extended ID;Data display--> Decimal

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
格式 Year Month Date Weekday Hour Minute Second xx
正確 21 04 02 05 17 43 36 xx
錯誤 04 02 05 17 43 36 xx xx

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.