PDA

View Full Version : Define char_pacing



cpayne
- 30th March 2011, 14:54
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

Darrel Taylor
- 30th March 2011, 16:42
DEFINE CHAR_PACING xxx - only affects SEROUT. Not SEROUT2 or HSEROUT.

Character pacing for SEROUT2 is part of the commands syntax.


SEROUT2 DataPin{\FlowPin},Mode,{Pace,} {Timeout,Label,}[Item...]

The HSEROUT command does not have a character pacing ability.