Replies: 1 comment 6 replies
-
Additionally, I tried adding the following line to my configuration: #define USB_SERIAL_CDC 0 I assumed this would disable the USB CDC functionality and allow the reports to be output via the configured hal.stream functions, e.g.: hal.stream.write_all(settings.status_report.machine_position ? "|MPos:" : "|WPos:"); However, according to my logic analyzer, there is no activity on any of the TX pins of the serial ports. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, I want to express my gratitude to the developers for the incredible effort you put into GRBLHAL. Your work has opened up amazing possibilities for many projects, and I truly appreciate it!
I have a specific question regarding GRBLHAL on the Teensy 4.1 (without a breakout board). How can I configure GRBLHAL to output reports on Serial1 instead of USB?
My goal is to control GRBLHAL using a Nextion display. Despite my best efforts and extensive attempts, I haven’t been able to achieve this setup.
I’ve successfully implemented similar examples on other microcontrollers that I found through Google, but I haven’t managed to make it work with the Teensy 4.1
If anyone could provide clear guidance or specific hints, I would be immensely grateful.
Thank you in advance for your time and support!
Beta Was this translation helpful? Give feedback.
All reactions