https://github.com/usmanmehmood55/serial-logger
A WPF App for logging serial data
https://github.com/usmanmehmood55/serial-logger
arduino prism rs232 rs485 serial uart wpf wpf-ui
Last synced: about 2 months ago
JSON representation
A WPF App for logging serial data
- Host: GitHub
- URL: https://github.com/usmanmehmood55/serial-logger
- Owner: usmanmehmood55
- License: mit
- Created: 2021-10-31T14:12:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T17:05:12.000Z (over 4 years ago)
- Last Synced: 2025-01-04T09:04:40.385Z (over 1 year ago)
- Topics: arduino, prism, rs232, rs485, serial, uart, wpf, wpf-ui
- Language: C#
- Homepage:
- Size: 12.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serial Logger

### Purpose
Logs serial data from available COM ports for specified time, and writes them into a .csv file.
### Requirements
* For building from source, .NET Framework 4.7.2
### Features
* Can automatically detect available COM ports
* Can log multiple values in single line, when seperated by commas
* Always places log file on Desktop for easy access
### To Do
* Implement timestamps
* Implement seperator
* Add automatic seperator detection for multiple values in a single line
* Maybe even a serial plotter as good as Arduino IDE's