Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enginkaratas/hardwaretodbinsert-datacenter-protection-and-monitoring
- Owner: EnginKARATAS
- Created: 2021-12-19T20:10:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T20:47:40.000Z (about 3 years ago)
- Last Synced: 2024-02-08T22:21:27.457Z (11 months ago)
- Language: C#
- Size: 9.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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ı.