fix: Correct debugging_monitor.py script instructions#676
Merged
osteotek merged 1 commit intocrosspoint-reader:masterfrom Feb 3, 2026
Merged
Conversation
- `pyserial` should be installed, NOT `serial`, which is a different lib - Added macOS serial port
osteotek
approved these changes
Feb 3, 2026
andrewb1269
approved these changes
Feb 3, 2026
jdk2pq
added a commit
to jdk2pq/crosspoint-reader
that referenced
this pull request
Feb 4, 2026
* master: fix: Correct `debugging_monitor.py` script instructions (crosspoint-reader#676) fix: Correct instruction text to match actual button text (crosspoint-reader#672) fix: Increase network SSID display length (crosspoint-reader#670)
jdk2pq
added a commit
to jdk2pq/crosspoint-reader
that referenced
this pull request
Feb 4, 2026
* master: fix: Correct `debugging_monitor.py` script instructions (crosspoint-reader#676) fix: Correct instruction text to match actual button text (crosspoint-reader#672) fix: Increase network SSID display length (crosspoint-reader#670)
lukestein
pushed a commit
to lukestein/crosspoint-reader
that referenced
this pull request
Feb 5, 2026
…eader#676) ## Summary **What is the goal of this PR?** - Minor correction to the `debugging_monitor.py` script instructions **What changes are included?** - `pyserial` should be installed, NOT `serial`, which is a [different lib](https://pypi.org/project/serial/) - Added macOS serial port ## Additional Context - Just a minor docs update. I can confirm the debugging script is working great on macOS --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**< NO >**_
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What is the goal of this PR?
debugging_monitor.pyscript instructionsWhat changes are included?
pyserialshould be installed, NOTserial, which is a different libAdditional Context
AI Usage
While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? < NO >