Search found 2 matches

by picolearner
Thu Aug 19, 2021 3:50 am
Forum: General Discussion and Questions
Topic: Read Data over Serial From PC
Replies: 5
Views: 7083

Re: Read Data over Serial From PC

Thanks for help
by picolearner
Tue Aug 17, 2021 6:23 am
Forum: General Discussion and Questions
Topic: Read Data over Serial From PC
Replies: 5
Views: 7083

Re: Read Data over Serial From PC

I am trying to get data from Pico through HC05. the code line below is not showing 3 values. uart.write(str(round(pitch,1),round(roll,1),round(az,1))) Rather,if I write the code below,it shows the values but transferred data is slow, uart.write(str(round(pitch,1))) uart.write(",") uart.write(str(rou...