You Must Whitelist The executable in antivrus software
This Project does seem to get flagged constantly by antivirus software, This Project DOES NOT have maleware, you can check the source-code yourself and build it locally.
Features:
- Dropdown Menu to select port and baud rate
- NL and CR options to send messages
- Reconnect button to restart the Serial monitor thread
- Pause/Resume button to allow easy programing, especially for arduino and such
- Clear button to clear the output box
- Copy button to copy the entire output
- Auto Scroll toggle
- Setting menu, Allows changing between two default themes,
- dark and light + allows setup of a custom theme. This is saved in the settings.json file
- Allows Addition of custom baud rates. This is NOT saved between instances
Prerequisites:
- Have Python installed
- Have "pyserial and "pyperclip" installed (included in requirements.txt)
- Package using your preffered software (I use pyinstaller)
Example Commands:
- "pip install pyinstaller"
- "cd path/to/your/local/install/Serial_Monitor.py"
- "pip install -r requirements.txt"
- "pyinstaller --onefile Serial_Monitor.py"