Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enginkaratas/hardwaretodbinsert-datacenter-protection-and-monitoring

Serial port comminication between ardunio, hardware and mysql database. The code written with C# programming language
https://github.com/enginkaratas/hardwaretodbinsert-datacenter-protection-and-monitoring

Last synced: 5 days ago
JSON representation

Serial port comminication between ardunio, hardware and mysql database. The code written with C# programming language

Awesome Lists containing this project

README

        

Seriport with C#
==================
Data from serial port is written to textbox. The requested data is also sent with the yin text box. CR and NL characters can be added at the end of the line.
Data reading is performed periodically with the timer. The delegate is used to avoid Cross Thread access.

C# ile Seriport
================
Seri porttan gelen veriler textbox'a yazdırılıyor. İstenilen veriler de yin text box ile gönderiliyor. Satır sonlarına CR ve NL karakterleri eklenebilir.
Veri okuma timer ile periyodik olarak gerçekleştiriliyor. Cross Thread erişiminden kaçınmak için delegate kullanıldı.