Can you tell me if i'm correct:
using serial port at 115.2 kbits
115.2 kbits / 8 = 14.4 kBytes
Use an ADC with 10bits i need 2 bytes to send a sample from micro to pc, so 14.4 KBytes / 2 = 7,2K samples per second?
That is the maximum rate of samples from micro to pc?!
V-USB speed
Re: V-USB speed
For a serial port, yes. Except that you must divide by 10 instead of 8 due to start and stop bits.
For USB, look at the figures people report, or make your own experiments. It's hard to predict how fast V-USB will be in a particular application.
For USB, look at the figures people report, or make your own experiments. It's hard to predict how fast V-USB will be in a particular application.