Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,140

    Hi there is the code. help please. regards...

    Hi
    there is the code.
    help please.

    regards
    Chip

    Moderated: Copyrighted Intellectual Property removed.
  2. Replies
    3
    Views
    4,140

    I have some assembly routines from "serial...

    I have some assembly routines from "serial comunications book" to emulate 1-wire device!
    Anyone can help me to introduce those routines in PBP code?

    Regards
    john
  3. Replies
    3
    Views
    4,140

    1-wire Slave with a PIC

    Hi Everibody

    Anyone as implemented 1-wire slave with Pic?
    I want to start it, any help will be great!

    Regards

    Chip
  4. Replies
    3
    Views
    3,467

    This is my code: '{$STAMP BS2p} define osc...

    This is my code:

    '{$STAMP BS2p}

    define osc 4



    ADCON1=%01111111
  5. Replies
    3
    Views
    3,467

    18F1320 And I/0

    Hi

    I want to put all I/O pins of 18f1320 as I/0 digital.
    i´m defining it like this

    ADCON1=%01111111

    But Pin2(RA0/AN0) is erratic!
    What i´m doing wrong?
  6. Replies
    2
    Views
    2,912

    Tank you Problem solved

    Tank you

    Problem solved
  7. Replies
    2
    Views
    2,912

    How to define it, in 18F1320?

    Hello

    In 16f628 i use this line to define config bits:
    @ DEVICE PIC16F628A,xt_osc,WDT_ON,PWRT_OFF,PROTECT_off,MCLR_OFF,BOD_OFF,LVP_OFF,CPD_OFF


    now i´m using 18F1320, how can i do it?
    ...
  8. Replies
    11
    Views
    7,937

    I used lots of times Owin and Owout to comunicate...

    I used lots of times Owin and Owout to comunicate with ds2430 without any problems.

    Until now i loose hundreds of hours in this project to emulate Ds2430, using Owin an Owout but without any...
  9. Replies
    11
    Views
    7,937

    Hi DyamoBen First of all tank you for your...

    Hi DyamoBen
    First of all tank you for your kindly reply.

    Do you think i can start with something like this?


    loop:
    owin 2,1,[value]
    if value <>0 then continue
    goto loop
  10. Replies
    11
    Views
    7,937

    1-wire emulator

    I want to emulate a 1-wire device with a Pic!
    Any ideia to start?

    regards

    Joao
  11. Replies
    0
    Views
    2,415

    Emulate a 1-wire device

    I need to make a device that can emulate a DS2430. This dallas eeprom have a unique id number. I have a machine that is reading this device and i need to substitute this device with a pic. the pic...
  12. Replies
    0
    Views
    2,652

    Code for DS2480B

    Anybody have any code to drive DS240B from 16f628 uart port?

    regards
Results 1 to 12 of 12