cancel
Showing results for 
Search instead for 
Did you mean: 

UART receiving issue

Da3
Associate

Hello, I was able to successfully implement a way to read motor status and various parameters through UART on putty with my B-G431B-ESC1. However, when I tried following tutorials to add a way to also control the motor status (turning it on and off), I keep getting no response from the motor when I type commands in putty. I don't know if something is wrong with my code or with the way I set up putty, but im leaning more towards the code since the TX part works well. Im quite a beginner with this so maybe its something very ***, but i really cant wrap my head around it. Linked to the post is my main.c. thank you.

1 REPLY 1
Andrew Neil
Super User

Your post is not very clear - please give more details.

See: How to write your question to maximize your chances to find a solution

 

You forgot to attach your code ?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.