help!!!


Closed Thread
Results 1 to 17 of 17

Thread: help!!!

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    O.K. So How your data is send? I mean... when you send 100 is this the numeric expression 1,0,0 or the ASCII character (wich is "d")?

    can your try

    Serin PORTA.0,2,#VARB0

    What are you using to send your data? Hyperterminal? MCS serial communicator or else?

    4 MHZ crystal is maybe not enough... look in the SERIN/SEROUT section... there's some warning on that. DEBUGIN should work better and provide a wider 'modifier' range.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    Rhatidbwoy's Avatar
    Rhatidbwoy Guest


    Did you find this post helpful? Yes | No

    Default

    as far as I understand 4MHz is not enough for the 9600 baud. Page 135 in the PBP manual. Second to last paragraph.

  3. #3
    Join Date
    Dec 2005
    Posts
    12


    Did you find this post helpful? Yes | No

    Default help

    well i m using a vb application to send the byte and it is sent as hexadecimal

    well i ll look for the 4 MHZ oscillator for such a high bauderate.

  4. #4
    Join Date
    Dec 2005
    Posts
    12


    Did you find this post helpful? Yes | No

    Default help

    hey guys about the 4MHZ not enough for the 9600 baude rate r u sure about it
    ?

  5. #5
    Join Date
    Dec 2005
    Posts
    12


    Did you find this post helpful? Yes | No

    Lightbulb help

    i mean is there anything wrong with the pbp code i attached above?

  6. #6
    Rhatidbwoy's Avatar
    Rhatidbwoy Guest


    Did you find this post helpful? Yes | No

    Default

    I am learning about this too. I have some problems my self in a different area, but as stated in the manual:

    " An oscillator speed faster than 4MHz may be required for reliable operation at 9600 baud and above."

    That is only why I said something about it. I remember seeing it and thought that it could help with suggestions. Good Luck.

  7. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    i can't safely said it will not work @4MHZ, but by the warnings...

    Why not using DEBUG instead as suggested before WICH WILL FOR SURE provide a faster baudrate even @4MHZ
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  8. #8
    Join Date
    Dec 2005
    Posts
    12


    Did you find this post helpful? Yes | No

    Default HElp!

    thx for ur help

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