Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Serial Monitor with Time Sync #171

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leoyinjou
Copy link

adapted @ZulNs Python-based Serial Monitor (https://github.com/ZulNs/SerialMonitor) to allow all necessary functions:

  1. send and receive in serial monitor via serial port (just like Arduino IDE's built-in serial monitor)
  2. automatic time sync handling in background (just like the Processing sketch)
  3. manual time sync via a GUI button (just like the Processing sketch)

@PaulStoffregen
Copy link
Owner

I'm a little nervous about including the compiled bytecode. Arduino has a policy against libraries including PC executables. Even if they allow this now, it could be a potential problem in the future if they continue to tighten the rules about extra stuff in libraries installed by their library manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants