Hello everybody. I wanted to share my troubleshooting with others.
Today i was experimenting with LispBM scripting, and I've uploaded a looping script. It flooded the communication between my ESC and Vesc Tool. Basically, i couldn't even connect to the ESC. On Bluetooth, it shows the ESC as unknown and doesn't respond, via cable it freezes on connection. Fortunately, i found a solution.
The Fix:
First, I've downloaded an autoclicker. I've turned off my escs by the button included, and went into the LispBM scripting tab in vesc tool. Next, in the autoclicker, I've set the mode to position, and set the position to the Erase button in the vesc tool LispBM tab that i was in. I've also set the delay to 10ms and im vesc tool disabled auto run. Now, all i did, was power on the esc, while focused, observed the connect icon in the right top corner in vesc tool, once it was avaliable clicked it - and immediately after clicking it, pressed F6 on my keyboard to activate my autoclicker executing a click action on the Erase button to erase the lispbm flood script. Somehow, it worked.
Why did it work like that?
After powering on your esc, it enables the connection procedure earlier than enabling lispbm actions, meaning that you get to connect to the esc less than half a second before it starts doing lispbm actions, letting you Erase the script
I hope someone found this helpful.
