+ 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?
1 Answer
+ 1
Write a simple Parser.