Serial problems


Results 1 to 5 of 5

Thread: Serial problems

Threaded View

  1. #1
    Join Date
    Mar 2008
    Posts
    59

    Default Serial problems

    PBP3, Here is my newest problem.

    #config
    __config _INTOSC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _LVP_OFF & _CP_ON & _BODEN_OFF
    #endconfig
    CMCON = 7 'CHANGES PORTA TO DIGITAL
    V1 VAR byte
    V1 = 0
    SETTINGS:
    OVER:
    SERIN2 PORTB.0,16468,3000,OVER,[V1]
    serout PORTA.3,6,["V1 = ",#V1,10]
    goto OVER

    'When I send "50 why do I receive "v1 = 53"? I also get "v1 = 53" from "51"? I am missing something?

    Thanks to anyone that can help!
    Last edited by n0yox; - 30th September 2015 at 03:57.

Similar Threads

  1. Serial cable problems
    By akilleuz in forum Serial
    Replies: 5
    Last Post: - 29th May 2007, 22:38
  2. Serial communication problems
    By amindzo in forum Serial
    Replies: 0
    Last Post: - 28th August 2006, 17:48
  3. Serial communication problems
    By amindzo in forum General
    Replies: 0
    Last Post: - 28th August 2006, 17:47
  4. Serial output problems...
    By jesterhoz in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 2nd March 2005, 02:39
  5. Serial comm Problems
    By Fossil in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th January 2004, 02:29

Members who have read this thread : 2

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