-
Define char_pacing
I am using a hardware (HSERIN/HSEROUT) and software (SERIN2/SEROUT2) on a single chip. I want to use the the DEFINE CHAR_PACING, does this change the pacing for both HSER and SER? i have the hardware at 115k and software at 9600, what value shoudl i use to slow things down just a little bit, preferably in the SERIN/SEROUT only. Does the pacing apply to both in and out?
Thanks
Charlie
-
Re: Define char_pacing
DEFINE CHAR_PACING xxx - only affects SEROUT. Not SEROUT2 or HSEROUT.
Character pacing for SEROUT2 is part of the commands syntax.
Code:
SEROUT2 DataPin{\FlowPin},Mode,{Pace,} {Timeout,Label,}[Item...]
The HSEROUT command does not have a character pacing ability.