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.
10 years, 4 months ago.
How use the usb connector on mbed LPC1768 to communicate with a computer?
Hello ,
I want to use the USB connector on the Mbed to communicate with a computer (teraterm) but i can't read the packet? I have this simple program:
- include "mbed.h"
Serial pc(USBTX, USBRX); tx, rx
int main() { pc.printf("Hello World!\n"); }
This program is Ok ?
Thank you for your answer .
Assigned to
10 years, 4 months ago.This means that the question has been accepted and is being worked on.
try :
quite a few terminal programs need \r\n to actually write to the screen/editor
Also you need to install the windows driver for MBED
http://mbed.org/handbook/Windows-serial-configuration
Download latest driver..
Ceri
posted by ceri clatworthy 15 Jul 2014