I'm using the pyserial module to send serial data, so I have a list of values like:
Valores = [10,20,30,40,50,60,70,80,90,100]
I need to convert the values of the list into bytes to be able to send, because if I try to send it like this:...
asked by
19.01.2018 / 18:50