<div dir="ltr"><div><div>Ciao,<br></div>in Python3 tutte le stringhe sono unicode di default, quindi per poter stampare correttamente devi prima convertire il valore: data "Temperatura =……’b26.00’" , Temperatura.decode()<br></div><div><div><br><br><div><div class="gmail_extra"><div class="gmail_quote"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 18 Feb 2017 14:07:46 +0100<br>
From: <<a target="_blank" href="mailto:pan.do@tiscali.it">pan.do@tiscali.it</a>><br>
To: "<a target="_blank" href="mailto:python@lists.python.it">python@lists.python.it</a>" <<a target="_blank" href="mailto:python@lists.python.it">python@lists.python.it</a>><br>
Subject: [Python] Help<br>
Message-ID: <<a target="_blank" href="mailto:mailman.290.1487487957.2630.python@lists.python.it">mailman.290.1487487957.2630.p<wbr>ython@lists.python.it</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Usando la seriale di python sto cercando di acquisire  un valore di temperatura<br>
Inviato da Arduino sul’ USB.<br>
Python 3.6 installato sul PC con S.O. windows10 mi legge il dato inviato da Arduino con<br>
L’ istruzione print.Serial(Temp).<br>
Se per esempio Temp vale  26.00, nella Shell di python arriva b’26.00’.<br>
Perché non mi esce solo 26.00.<br>
Il file python è il seguente:<br>
<br>
<br>
<br>
<br>
Risultato: nella shell<br>
b’26.00’<br>
<br>
nel file Temp.text:<br>
<br>
Temperatura =……’b26.00’<br>
<br>
<br>
Inviato da Posta per Windows 10<br>
<br></blockquote></div></div></div></div></div></div>