Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months 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