-
Notifications
You must be signed in to change notification settings - Fork 47
Description
I have recently updated my Teensy4.1 firmware in order to begin using the USB connection on the Teensy for the computer-IOsender link, rather than the ethernet port, which was becoming unreliable due to physical problems with the jacks.
I would like to continue to use my custom made pendant with MPG mode switching on pin 41.
in my_machine.h
#define MPG_ENABLE 1
and boards/T41U5XBB_map.h line 120 #define AUXINPUT5_PIN (41u)
But every time I flash in a version with the above settings,
the Teensy exhibits "flapping": It can't make a proper USB connection to the computer, and its current draw is only 57mA instead of the nominal 94mA. The PC keeps beeping every few seconds, saying it is connecting to COM5 and disconnecting and reconnecting. Needless to say, I can't even start IOsender without a stable COM port connection. Or talk to the pendant either.
Here is a link to my firmware with the settings I have tried. It was downloaded from github on Jan 14, 2026.
Dropbox .zip file of grblHAL firmware code:
https://www.dropbox.com/scl/fi/zdl5m9gp82udldkpkmqey/POTTER-2026-01-22-grblHAL_Teensy4.zip?rlkey=zqe4w6mafo2x4u6aphco2fghn&st=szd1owci&dl=0
Let me know if there is anything else I need to provide to help debug this.
I am using pins 0,1 for the UART connection to the pendant, and Phil Barrett's original breakout board, T41U5XBB.