Serial Communication_ serin2 serout2


Results 1 to 12 of 12

Threaded View

  1. #1
    zmanultra's Avatar
    zmanultra Guest

    Arrow SMART CARD PROGRAMMING_ serin2 serout2

    hi every one, i beg for your help

    i dont understand y this occurs, this is my code
    --------------------------------------------------------------

    SO var PortB.7
    BAUD CON 84 '9600 baud, no parity, true, always driven

    TRISB = %01111111 'PortB.7 serial-output pin
    PORTB = $80

    MAIN:
    SEROUT2 SO,BAUD,["Hello World"]
    PAUSE 400
    GOTO MAIN

    END
    ------------------------------------------------------------------------

    y dose the uart out put display this

    ˜ÅÜÜß@§ßâÜÄ



    im using pic basic pro (compiler) , micrcode stuido(editor),mpasm(assembler)

    you guys think the compiler is corrupt or somthing, is my programing wrong, please help.
    Last edited by zmanultra; - 1st October 2004 at 04:42.

Similar Threads

  1. Serout to serial servo
    By azmax100 in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 12th August 2009, 16:46
  2. SLOW Serin2 and Serout2
    By dragons_fire in forum General
    Replies: 3
    Last Post: - 26th June 2009, 02:38
  3. Serial communication fails after long pause
    By brid0030 in forum General
    Replies: 4
    Last Post: - 13th February 2008, 18:56
  4. SEROUT2 and SERIN2 commands
    By bangunprayogi in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 4th August 2005, 09:03
  5. Replies: 8
    Last Post: - 11th November 2004, 20:08

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