• ...what about passing an 'empty' function instead of undefined?

    USB.on('data',function () {
        USB.on('data',function(){});
        USB.setConsole(); 
    });
    

    ...with setting the on-handler first and then the redirect...

About

Avatar for allObjects @allObjects started