I2CWRITE not writing anything on PIC18F45K80


Results 1 to 40 of 69

Threaded View

  1. #33
    Join Date
    Aug 2011
    Posts
    457


    Did you find this post helpful? Yes | No

    Default Re: I2CWRITE not writing anything on PIC18F45K80

    There are still places where things can go wrong, so until they're fixed all bets are off.

    For example in gcoder you have the following (I've removed some of the code for clarity)
    Code:
        FOR X=0 TO 30 step 2	'READ ARRAY INTO VARIABLE, ARRAY MEMBER CHAR=EEPROM OFFSET	
    ...
            FOR I=0 TO 7	'HELPER LOOP FOR CHARACTER READING
    ...
                if topline[x]=32 or botline[x-16]=32 then a=0
                if topline[x+1]=32 or botline[x-15]=32 then b=0 'blanker
    Follow that code through for X=0 to 14. What happens to a and b?
    Last edited by tumbleweed; - 9th May 2023 at 22:57.

Similar Threads

  1. DT_Ints with PIC18F45K80 problem
    By Zapman in forum Code Examples
    Replies: 2
    Last Post: - 20th April 2022, 01:43
  2. Replies: 9
    Last Post: - 27th January 2015, 13:57
  3. PIC18F45K80 runs way to fast.
    By bmoe79 in forum PBP3
    Replies: 3
    Last Post: - 19th December 2014, 13:24
  4. I2CWrite issue
    By robertmark68 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 20th September 2006, 01:30
  5. I2CWRITE writing Strings to EEPROM
    By NavMicroSystems in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 27th March 2005, 19:45

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