7 years, 1 month ago.

mbed with JS -> how to get printf/console.log to Tera Term

Hi, Just got started playning around with a K64F, mbedos5 and JavaScript. I can run all the samples, but what do I need to do to get some output to TeraTerm? I've tried:

printf('This does not work');

console.log('Neither does this');

Thanks

Be the first to answer this question.