So, I'm attempting to use a VBscript to find the com port number of my teensy automatically, and this is a challenge on it's own, but it's made worse with this teensy issue I keep running into. Currently the teensy prints "Hello" after a few seconds:
void setup()
{
delay(6000)...