DebugIn problem


Closed Thread
Results 1 to 2 of 2

Thread: DebugIn problem

  1. #1
    Join Date
    Dec 2005
    Posts
    2

    Default DebugIn problem

    Hi!

    Why istīn this working?

    @ device INTRC_OSC_NOCLKOUT
    DEFINE DEBUGIN_REG PORTB
    DEFINE DEBUGIN_BIT 0
    DEFINE DEBUG_BAUD 2400
    DEFINE DEBUGIN_MODE 1


    DEFINE LCD_DREG PORTA
    DEFINE LCD_DBIT 0
    DEFINE LCD_RSREG PORTA
    DEFINE LCD_RSBIT 4
    DEFINE LCD_EREG PORTB
    DEFINE LCD_EBIT 3
    DEFINE LCD_BITS 4
    DEFINE LCD_LINES 2
    DEFINE LCD_COMMANDUS 2000
    DEFINE LCD_DATAUS 50

    Pause 500 'Wait for LCD to wake up
    LCDOut $FE, 1 'Initiate LCD by clearing display
    Pause 500

    X VAR BYTE


    MAIN:

    DebugIn [X]


    Pause 50
    LCDOut $FE, 1, X

    GoTo MAIN

    End

  2. #2
    Join Date
    Dec 2005
    Posts
    2


    Did you find this post helpful? Yes | No

    Default

    Do not use the internal klock on Pic16F628A...

    //Mathias

Similar Threads

  1. USART Problem , but don't know where, in pc? or in PIC?
    By precision in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 15th July 2007, 08:12
  2. PicBasic Pro Math Problem??
    By Glen65 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th March 2006, 04:36
  3. Rs232 PC-Pic problem
    By andreq in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th January 2006, 22:31
  4. Serin / Serin2 / Debugin Differences
    By jamie_s in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 19th January 2006, 06:32
  5. Debugin problem
    By moby in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 11th September 2004, 15:12

Members who have read this thread : 1

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