Posted on May 17, 2011 at 12:53Hi JJ-Sprague, You are correct. Once I was able to resolve the HyperTerminal issues it is working as designed. The full IAR project is now posted under my other Thread. Once again many thanks for your pointers. Regards...
Posted on May 17, 2011 at 12:53Hi JJ-Sprague Thanks for the information. It looks like you may be correct if my testing with Termite is anything to go by. Also I discovered some bugs in the code I posted so I will update once it is fully operational...
Posted on May 17, 2011 at 12:53Hi There, I think there is a serious issue with the Virtual Com port driver or example code. I think it is in the driver. Try this with the UM0424.zip example provided by ST. Build and load the um0424 VCP example in th...
Posted on May 17, 2011 at 12:51Hi all, I found sometime to look at the VCP code in detail. Looks like very limited design was done on the solution and therefore prone to all sorts of race conditions, both on the UART and USB side. I wonder will ST p...
Posted on May 17, 2011 at 12:51Hi, thanks for the reply, I managed to get it to work by altering the USB code, so now I can send and receive characters to the USB. I also modified it to support stdin, and that works fine. I am now having difficulty ...