luatool icon indicating copy to clipboard operation
luatool copied to clipboard

Should higher baud rate be faster? code bottleneck?

Open neiljp opened this issue 10 years ago • 1 comments

I successfully placed the board into 115200 baud, and luatool will then only connect at that rate, as I would expect. However, I was initially surprised to find that it made no difference to the upload speed. Is the python code (or error checking) a bottleneck here?

neiljp avatar Nov 28 '15 14:11 neiljp

it is the speed bits/sec on the serial wire to the device, so no code bottleneck once it is flashed on the device

pip010 avatar Feb 06 '17 19:02 pip010