Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: TonyCNC; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,698

    Hi David Yes it does work now, as you sugested...

    Hi David

    Yes it does work now, as you sugested I droped the project into the C:\folder and it started to work again I dont understand why but it is working thanks for your help David much...
  2. Replies
    5
    Views
    3,698

    Well Iam using MPASM and the file is located in...

    Well Iam using MPASM and the file is located in the same place as it has always been in, the only difference is that it has grown larger is there a limit on the size of the file that can be debuged...
  3. Replies
    5
    Views
    3,698

    ICD line truncate

    Hi all

    Does anyone know why my pbp program can no longer run in idc compile mode
    it seems that once my program reached a size of around 6K it wont work and comes up with the following error ICD...
  4. Thread: I2C write

    by TonyCNC
    Replies
    1
    Views
    2,335

    I2C write

    Hi
    When i write a page (64bytes) to eeprom the data sheet says that it takes a max of 5ms to write, now my question is does my program(PBP) wait around for 5ms before it continues or does it dump...
  5. hi maybe you could have two word sized varables...

    hi
    maybe you could have two word sized varables say Cnt_a and Cnt_b
    when Cnt_a hits 65536 increment Cnt_b ,clear Cnt_a and start counting again
    Cnt_b is the number of times you reached 65K add...
  6. Replies
    3
    Views
    3,089

    Hi, Also i found that i was sending a two byte...

    Hi,
    Also i found that i was sending a two byte control code which was displacing the array elements ($A000) it should have been $A0

    Thanks all is working as expected.
  7. Replies
    3
    Views
    3,089

    Hi Melanie Thanks will try it.

    Hi Melanie
    Thanks will try it.
  8. Replies
    3
    Views
    3,089

    24LC256 Serial EEPROM

    The 24lc256 has a page size of 64 bytes i am trying to input the values 0 to 63 into the eeprom and then pull them out again into a different array.
    Cannot seem to get it right cant read the full 64...
  9. Thread: Pic18F452

    by TonyCNC
    Replies
    22
    Views
    14,942

    Thank you very much MikeTamu i just assumed that...

    Thank you very much MikeTamu i just assumed that PBP took care of all that for me as there is no reference to it in the pbp manual.

    Thanks again.
  10. Thread: Pic18F452

    by TonyCNC
    Replies
    22
    Views
    14,942

    Hi Melanie my lcd defines are: DEFINE LCD_BITS...

    Hi Melanie my lcd defines are:
    DEFINE LCD_BITS 4
    DEFINE LCD_LINES 2
    DEFINE LCD_DREG PORTD
    DEFINE LCD_DBIT 0
    DEFINE LCD_RSREG PORTE
    DEFINE LCD_RSBIT 0...
  11. Thread: Pic18F452

    by TonyCNC
    Replies
    22
    Views
    14,942

    Pic18F452

    Hi iam am trying to use a lcd display using the picbasic pro software the display is working fine using the defult pin setup but when i change the pin configeration using the DEFINES i cant get the...
Results 1 to 11 of 11