I was just looking at how comport was implemented and I noticed that x->x_deltime isn't really used at all. In comport_tick(), this is the delay statement:
clock_delay(x->x_clock, 1);
So it is pegged to 1ms. I am wondering what is going to be the best delay setting to have the lowest jitter. In other words, how accurate is that clock, and what setting will be the most accurate?
.hc
------------------------------------------------------------------------