New article in Tietokone: publishing your weather information to Twitter
Posted: (EET/GMT+2)
The 10/2011 issue of the Finnish Tietokone magazine contains my latest article titled "USB-sääasema nettiin". The three-page article starting on page 70 contains information about modern USB connected weather stations, and also shows a PowerShell script and a C#
As a concrete example, I'm using a TEMPer USB temperature reader, available for example from DealExtreme.com. This temperature sensor contains its own .NET application to read the temperature, but it is also quite easy to develop a custom .NET application to read the values. This can be done without any difficult third-party libraries.
Are you looking to download the C# source code for the article? You can download a copy here.
Keywords: TEMPer reading temperature with C# and .NET; How to read TEMPer with C#.