serin Bug on PIC16f688?


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    19


    Did you find this post helpful? Yes | No

    Default

    Thanks a lot. i'm gona test it right now.
    and that pissed of thing was because everyone told and asked me things i already posted and that costs me an other day and i didn't had much time to fix it. Ill let you know if it works

  2. #2
    Join Date
    May 2006
    Posts
    19


    Did you find this post helpful? Yes | No

    Talking

    YEAH!!!!! IT WORKS finally after 2 weeks of trying it works
    HenrikOlsson's code worked except for
    Code:
    CMCON = 7    'Turn off all comparators.
    it gave me an undefined symbol 'cmcon' error but after some searching i saw that
    Code:
    POKE $19, 7
    would do the same thing
    and it did
    THANK YOU SO MUCH!! (HenrikOlsson, you don't mind I put your name in my project references?)

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,604


    Did you find this post helpful? Yes | No

    Default Great!

    Hi,
    No problem, glad you got it working!
    I completely forgot about the CMCON thing even though I read it just the other day. As you probably also found out, there are patches available, depending on the version of your PBP:

    http://www.melabs.com/support/patches.htm

    Good luck with the rest of the project.

    /Henrik Olsson.

Similar Threads

  1. PIC16f877 code crosses boundary @800h
    By inventosrl in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 6th April 2009, 22:03
  2. serin question?
    By sachymo in forum General
    Replies: 5
    Last Post: - 27th July 2008, 10:04
  3. BUG IN PBP 2.50 & 2.50A pic16F688 ??
    By FRANCISCOGIM in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 12th June 2008, 02:42
  4. Problem with PBP interrupt and Serin, please help
    By rgregor in forum mel PIC BASIC
    Replies: 0
    Last Post: - 22nd August 2006, 19:02
  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