I've installed all drivers, and can get Serial communication working in many cases. At the same time, uploading a new program seems to 'break' the connection in some fashion. In particular, if I create a new project with the default "printf" template, I can open something like puTTY or TeraTerm, and nicely see the output. If I then upload the project again (without disconnecting the terminal), I find that the terminal, while "thinking" it's still connected, doesn't actually see any new incoming bytes.
I believe that it has something to do with the USB reinitialization as the new program is started, but frankly, it's incredibly frustrating. My 'usual' mbed development behaviour is to use Serial over USB to get debug, status, and other messages, then make changes/improvements to the code, then upload again, and watch the next run.
Currently, I have to unplug the mbed, and restart my terminal client every time I want to upload a new file - it's killing my productivity!
Does anyone else have this behaviour, and more importantly, is there a simple workaround? (I've tried putting a 3 second wait at the beginning of main to give the USB a chance to init before sending on it, for example, to no avail).
Hi,
I follow the instruction concerning the installation of Windows serial configuration from this page: http://mbed.org/handbook/Windows-serial-configuration But when I run the: mbedWinSerial_16466.exe The PC (Windows7) display a window that tell me: The drive could not be installed. No mbed Microcontrollers were found.
Some one have some suggestion ?
Enrico M.