Using usb port for execution debugging in windows7

16 Apr 2012

When I connect mbed to windows7 64bit pc, I get external disk drive and MBED in portable device in device manager. How can I use this USB port for debugging messages in code execution?

I suppose it has someting to do with USBTX, USBRX and mbed chip?

16 Apr 2012

See http://mbed.org/handbook/SerialPC, install the driver, and run a terminal application program.

19 Apr 2012

Yes. Thank you very much. It have skipped my attention, that the extra driver was needed...

Works like a charm... ;)