Tuesday - TNWiki Article Spotlight: Serial Class for Universal Windows Platform (Part one) (EN-US & IT-IT)

Preview in English.

In this week's Article Spotlight, Serial Class for Universal Windows Platform (Part one) we will discuss everything related to the use of SerialComunication class, included in Windows.Devices namespace.

We will see how it is possible with such a class, to read and send data from the serial port.

At the hardware level, we will make use of Raspberry Pi2 board, Arduino Uno, temperature sensor DHT11 and a simple led diode  both wired on the Arduino Uno pin.

We will manage the temperature sensor for the display of data on Raspberry, while the LED will help us to demonstrate how we can send a command from the Arduino Raspberry by SerialComunication class.

All is very simple, the purpose of the article and show how to exchange information between two devices connected with serial port.

 

Anteprima in Italiano.

In questo articolo (Serial Class for Universal Windows Platform (Part one)), sarà discusso tutto ciò che riguarda l’utilizzo della Classe SerialComunication, inclusa nel namespace Windows.Devices.

Vedremo in che modo è possibile con tale classe, leggere e inviare dati dalla porta seriale.

A livello hardware, faremo uso della scheda Raspberry Pi2, Arduino Uno, più un sensore di temperatura DHT11 e un semplice Diodo Led entrambi cablati sui pin della scheda Arduino Uno.

Gestiremo il sensore di temperatura per la visualizzazione dei dati sulla Raspberry, mentre il led ci servirà per dimostrare in che modo possiamo inviare un comando dalla Raspberry ad Arduino mediante la classe SerialComunication.

Di per se, e tutto decisamente semplice, lo scopo dell’articolo e dimostrare come poter scambiare informazioni tra due device connessi mediante la porta seriale.