SERIN2 and Proteus Simulation


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    uuq1's Avatar
    uuq1 Guest


    Did you find this post helpful? Yes | No

    Default

    I am using the following code for 16F877:

    serialInput var PORTB.1
    RX VAR BYTE[8]

    TRISB=%01000000 'Make PORTB Pin 1 as input

    start:
    pause 200
    PORTB=%11111111 'Just an indicator that the program has started
    pause 200
    serin2 serialInput, 396,[wait("+"),RX[0]]
    PORTB=%00000000
    pause 200

    goto start
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2005
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    you don't need to connect xtal and C to drawing. use attachment file..

  3. #3
    Join Date
    Apr 2005
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    this schema. for rx and tx port ..
    file uploaded
    Attached Files Attached Files

  4. #4
    uuq1's Avatar
    uuq1 Guest


    Did you find this post helpful? Yes | No

    Default

    Thanks alot uludere72.

    Is it necessary to use MAX232 with Virtual Terminal.

    You are right that we donot need to connect the crystal and capacitors in Proteus. But the question is : why do the crystal and capacitors used in the Proteus sample design files?

  5. #5
    uuq1's Avatar
    uuq1 Guest


    Did you find this post helpful? Yes | No

    Talking

    The problem is solved with some minor modifications. Thanks again uludere72.

    I am pasting the code and the design file for others, who may go through the same problem in future.
    Attached Files Attached Files

  6. #6
    Join Date
    Apr 2005
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    your welcome ...

  7. #7
    uuq1's Avatar
    uuq1 Guest


    Did you find this post helpful? Yes | No

    Question

    Another problem in simulation is that the modifiers cant be used like the statement :

    serin2 serialInput, 396,[WAIT("X"), DEC testWord, WAIT("Z")]

    Any clue about the solution?

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