Define char_pacing


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Location
    NC, USA
    Posts
    53

    Default 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

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default 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.
    DT

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts