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

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

Awesome Lists containing this project

README

          

# Serial Logger

![App Screenshot](App.PNG)

### 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