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

Replace ch341 serial example with an acm serial example #172

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

antoinevg
Copy link
Member

The old cdc-serial-loopback SoC example was problematic for a few reasons:

  1. Under many Linux distributions brltty would conflict with the ch34x driver.
  2. Security features in newer MacOS releases sometimes block the port for "safety".
  3. It was way too complicated to serve any useful didactic purpose.

This PR replaces it with a new, simpler, example based on the LUNA acm-serial gateware example.

@antoinevg antoinevg force-pushed the antoinevg/acm-serial branch from f882464 to 56db069 Compare August 11, 2024 13:07
@antoinevg antoinevg marked this pull request as ready for review August 11, 2024 13:10
@antoinevg antoinevg merged commit 8c8401a into greatscottgadgets:main Aug 12, 2024
18 checks passed
@antoinevg antoinevg deleted the antoinevg/acm-serial branch October 16, 2024 14:20
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.

1 participant