Serin serout problem


Results 1 to 40 of 337

Threaded View

  1. #6
    Join Date
    Mar 2005
    Location
    Iowa, USA
    Posts
    216


    Did you find this post helpful? Yes | No

    Default

    If you're not using a Qualifier, I think you need to use Serin2. Maybe you can use it without the qualifier... I don't know.
    Quote Originally Posted by Manual
    SERIN Pin,Mode,{Timeout,Label,}{[Qual...],}{Item...}
    ‘ Wait until the character
    serially on Pin1 and put
    SERIN 1,N2400,[“A”],B0

    ....The list of data items to be received may be preceded by one or more
    qualifiers enclosed within brackets. SERIN must receive these bytes in
    exact order before receiving the data items.
    Quote Originally Posted by Manual
    SERIN2 DataPin{\FlowPin},Mode,{ParityLabel,}{Timeout,Labe l,}[Item...]
    ‘ Wait until the character “A” is received
    serially on Pin1 and put next character into B0
    SERIN2 1,16780,[WAIT(“A”),B0]
    Either way, I'd try to send a qualifier down. Either the Serin format or as noted in the manual with Serin2.
    Last edited by rhino; - 22nd December 2006 at 18:40.
    Wisdom is knowing what path to take next... Integrity is taking it.
    Ryan Miller

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. PIC16f877 code crosses boundary @800h
    By inventosrl in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 6th April 2009, 22:03
  3. serout and serin problem
    By nicolelawsc in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th April 2006, 19:44
  4. Replies: 11
    Last Post: - 13th July 2005, 19:26
  5. SerIn and SerOut
    By Dwayne in forum FAQ - Frequently Asked Questions
    Replies: 0
    Last Post: - 21st July 2004, 15:54

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