You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • Hi Gordon

    The following code moves the console to LoopbackA. 10 sec. later back to USB.
    It works as expected. But we do not have echo on the console and there is no prompt.

    Code:

    var test='Sacha';
    
    setTimeout(function() {
        USB.setConsole();
        console.log('Console back to USB');
        console.log('Content of test: '+test);
        
        },10000);
    
    
    console.log('Move console to loopback');
    LoopbackA.setConsole();
    
    
About

Avatar for Sacha @Sacha started