Hserin


Results 1 to 7 of 7

Thread: Hserin

Threaded View

  1. #1
    egberttheone's Avatar
    egberttheone Guest

    Cool Hserin

    1ste post!

    hello all. I seem to have a problem with serial receive.


    this is the code that I use for sending the data, I already used +10 because it seems that it doesn't do any thing when sending a zero
    Code:
    HSerout [day + 10]
    HSerout [month + 10]
    HSerout [year + 10]
    HSerout [hour + 10]
    HSerout [minute + 10]
    HSerout [second + 10]

    and this is the code that I use for receiving

    Code:
    HSerin 3000,TimeOut, [CurrendDate(0)]
    HSerin 100,TimeOut, [CurrendDate(1)]
    
    HSerin 100,TimeOut, [CurrendDate(2)] '?
    HSerin 100,TimeOut, [CurrendTime(0)] '?
    
    HSerin 100,TimeOut, [CurrendTime(1)]
    HSerin 100,TimeOut, [CurrendTime(2)]


    the problem is that if I send "10,11,12,13,14,15" I'll receive "10,11,13,13,14,15" any explanation for this? I tryed every thing
    Last edited by egberttheone; - 9th November 2004 at 20:49.

Similar Threads

  1. Hserin with Instant Interrupts.
    By ronjodu in forum Serial
    Replies: 17
    Last Post: - 30th December 2014, 20:17
  2. HSERIN and XOUT command
    By aratti in forum General
    Replies: 20
    Last Post: - 12th May 2009, 11:58
  3. Instant Interrupts and HSERIN
    By Rob in forum mel PIC BASIC Pro
    Replies: 26
    Last Post: - 31st January 2009, 05:13
  4. TMR0 interrupt and HSERIN
    By boban in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 2nd September 2008, 11:48
  5. 16F877a Interupt driven Hserin
    By RFsolution in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd November 2006, 00:38

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