Question
STM32F2xx VCP Open Port Failed
Posted on October 20, 2014 at 07:48
I am using STM32F2xx and I emulate it as a VCP driver, I used the sample code from STM32 for the USB device example
I wrote a .NET application to open the serial port communication, but I have problem to open the port.The error stack is below:System.IO.IOException The parameter is incorrectMy problem could be well summarised in the link below, I have the identical problem with it! I could open the serial port using a terminal program(TeraTerm) but my application cant openhttp://stackoverflow.com/questions/14885288/io-exception-error-when-using-serialport-openI believe it is the firmware problem, anyone face this problem and managed to solve this?