SerialBuddy
macOS / developpeurs
How do you debug serial communication while developing with micro-controllers? There are some ways such as typing `cu` or `screen` or opening development tools for microcontrollers. However, have you seen a tool with a console, a plotter, and a communication analyzer?
That's why I made this app.
This app comes with:
- "Ordinal" serial console
- Line and spectrum plotter
- Serial communication analyzer (currently on data transmission)
*** Welcome to report bug and advice ***
This app is growing.
I welcome your bug reports and advice on the app including feature improvements below:
email: aswif10flis1ntkb@gmail.com
Quoi de neuf dans la dernière version ?
Sorry for the late update.
I learned that it is hard to find a job :/
NEW FEATURE:
- Alternative library can be used for graph plots
- data with the label (e.g., `temp: 33.0, humidity: 15.5\r\n`) (experimental)
FIXED:
- Crashes when you switch the graph
- Crashes by receiving some data (mainly contains a colon(:))
- Not worked with unordinary baud rate (experimental)