Coder Social home page Coder Social logo

mingtaizi / f103_485_test Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 2.0 13.14 MB

103开发板上的485通信代码,工作流程:主机先向从机发送一帧 数据,从机接收到数据后回一帧,主机接收到回的数据后再向从机发,数据从0001开始加,每次接收到数据都会加1。实现方式:通过 dma + usart 实现,可以在串口中断里通过IDLE标志位接收不定长数据。延迟大概10ms一帧,因为485的接收转发送延时5ms,发送转接收延时5ms。

C 96.25% Assembly 2.63% C++ 0.69% Makefile 0.16% HTML 0.27%

f103_485_test's Introduction

F103_485_test

103开发板上的485通信代码

工作流程:

主机先向从机发送一帧数据,从机接收到数据后回一帧,主机接收到回的数据后再向从机发,数据从0001开始加,每次接收到数据都会加1。

实现方式:

通过 dma + usart 实现,可以在串口中断里通过IDLE标志位接收不定长数据。延迟大概10ms一帧,因为485的接收转发送延时5ms,发送转接收延时5ms。

f103_485_test's People

Contributors

mingtaizi 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.