grblHAL / iMXRT1062

grblHAL driver for NXP iMXRT1062 (Teensy 4.x)
Other
50 stars 37 forks source link

UART communication mode not working for current version #28

Closed fireup924 closed 2 years ago

fireup924 commented 2 years ago

Commenting out "#define USB_SERIAL_CDC 2" in my_machine.h to use UART on pins 0, 1 for Teensy4.1 does not work in current version. Seems like the board is just crashing and resetting itself.

terjeio commented 2 years ago

Oops, this was introduced when I added info to the $pins command for the serial port. Remove these lines for now. I'll commit a fix later.

fireup924 commented 2 years ago

Thanks, removing those lines fixed it.