I receive from arduino to Raspberry through serial string data. I want to remove garbage from it. I want to have only numbers an | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

I receive from arduino to Raspberry through serial string data. I want to remove garbage from it. I want to have only numbers an

I receive from Arduino to Raspberry through serial string data. I want to remove garbage from it. I want to have only numbers and letters and a space ' ' . How to do it in python?

14th May 2019, 5:23 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
1 Answer
+ 1
Write a simple Parser.
14th May 2019, 5:52 PM
Daniel Adam
Daniel Adam - avatar