Question
Maximum VCP speed???
Posted on September 02, 2014 at 02:50
I am using STM32F2xx and connect it with FT232 chip using UART interface
http://www.ftdichip.com/Products/ICs/FT232R.htmand then I connect FT232 chip to my Windows PC, I wrote an application in my PC using .Net to read and write data to the chip. The PC side is connected to FT232 chip using Virtual Com Port.I found out that, I could not achieve serial speed higher than 1Mbit/s, which is far lower than advertised by them 12Mbit/s, (the common high speed spec),I tried to set different baudrate in STM32, if I would set higher than 1250000 baudrate, I would start to get error in the UART bus, May I know how can I achieve high serial communication speed?