Java/Comunicazione seriale: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
sintassi colorata→‎JavaComm
Riga 248:
* Explain how to mix binary and character I/O over the same stream
* Fix the example to use streams}}
<source lang=commjava>
// Write to the output
os.print("AT");
Riga 256:
is.readLine(); // Second read will remove the extra line feed that AT generates as output
</source>
 
==== Simple Reading of Data (Polling) ====