Skip to content

Serial log viewer using the Tauri application framework

Notifications You must be signed in to change notification settings

yoofie/tauriSerialConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Serial Logger

This is a basic Tauri project which reads serial data and logs the data to the frontend. This is an experimental project that is primarily aimed at me playing with the Tauri framework for desktop apps.

Screenshot

Screenshot

Development Usage

To build the application, simply clone the repo, navigate to the src-tauri folder and run build using the standard rust cargo build command.

cargo tauri dev