Java/Comunicazione seriale: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Template NOTE inesistente, sostituisco
Template TODO inesistente, elimino
Riga 437:
 
==== Writing of Data ====
 
{{TODO|todonote=
* Demonstrate usage of a separate thread to fill port's write buffer, but avoid blocking.
* Demonstrate usage of OUTPUT_BUFFER_EMPTY (and since this is event is optional, only as an alternative.
 
}}
 
===== Setting up a separate Thread for Writing =====
Riga 631:
}</source>
 
 
==== Reading of Data ====