Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,606

    Re: migration du 16f628 au 18F25J11

    Bonjour

    Je voudrai adapter le programme de Bruce voir le lien
    http://www.picbasic.co.uk/forum/showthread.php?t=12553

    J’ai un programme a base de 628 qui gère un clavier matriciel et je
    veux...
  2. Replies
    3
    Views
    2,606

    migration du 16f628 au 18F25J11

    Hello

    I want to change a program for a 16F628 18F25J11 to resume
    Bruce 18F25J11 RTCC program.

    What are the changes to the registry level?

    Can you help me
    Thank you
  3. Replies
    0
    Views
    1,978

    18F25J11 RTCC & remappable pin options

    Hello

    I want to use your example on a 18f26j50, but instead of displaying the date
    I want to record data in an external eeprom.

    Must convert it before writing to the eeprom or convert a...
  4. Replies
    13
    Views
    17,749

    Re: 18F25J11 RTCC & remappable pin options

    Hello

    I want to use your example on a 18f26j50, but instead of displaying the date
    I want to record data in an external eeprom.

    Must convert it before writing to the eeprom or convert a...
  5. Replies
    11
    Views
    6,455

    rf

    hello

    thank you for your help
  6. Replies
    11
    Views
    6,455

    rf

    Hello

    Thank you for your help, I'll try this way?


    j var byte
    datac Var Byte '
    TX_Donnee Var Byte[24] ' Donnee emission
    ID Var Byte ' emission...
  7. Replies
    11
    Views
    6,455

    rf

    Hello

    Thank you for your help, what do you think of this program?

    Compteur Var Byte '
    TX_Donnee Var Byte[24] ' Donnee emission
    RC_ID Var Byte ' emission IDentificateur...
  8. Replies
    11
    Views
    6,455

    rf

    Hello
    Thank you for your help, do you have a sample program.
    I want to transmit and receive 24 bytes.
    thank you
  9. Replies
    11
    Views
    6,455

    rf

    Hello

    I will test this way?

    touche VAR BYTE
    name0 var byte
    name1 var byte
    name2 var byte
    name3 var byte
    i var byte
  10. Replies
    11
    Views
    6,455

    transceiver 433 MHz

    Hello

    I want a sample program in pbp, I want to send
    15 bytes by the bias of an RF module 433 MHz and receive
    On another module.

    thank you
  11. Thread: ds1307

    by jonas2
    Replies
    0
    Views
    3,923

    ds1307

    Hello

    An idea for the program management of a DS1307. There must
    Changes to or add.
  12. Replies
    5
    Views
    4,348

    Hello I agree with you, but if I use a...

    Hello


    I agree with you, but if I use a terminal to receive
    Data stored in the eeprom.
    I wanted to do it this way:

    29 October 09, ten hours unit time, unit ten months .

    ...
  13. Replies
    5
    Views
    4,348

    rtc

    Good evening

    It is a program to test how backups are the data in the eeprom.
    And as can see the data is written partly in Hexa and others in Decimal
    I need your help

    Thank you
  14. Replies
    5
    Views
    4,348

    eeprom

    Hello


    The data are stored in external EEPROM.
    But when I reread the eeprom hour, minute and second
    Are written in hexadecimal, while others are in decimal.
    Should he make the conversion...
  15. Replies
    5
    Views
    4,348

    program of Melanie

    Hello

    I took the conversion program of Melanie, but I
    A problem with the backup in the external eeprom.
    Should we save time and minute on 2 bytes?

    Thank you
  16. Replies
    17
    Views
    11,484

    hello a good example of converting binary bcd...

    hello

    a good example of converting binary bcd
    http://www.picaxeforum.co.uk/showthread.php?t=1051&highlight=DS1307+Correction
  17. Replies
    17
    Views
    11,484

    ds1307

    Hello

    It works well try this program.
  18. Replies
    17
    Views
    11,484

    corect

    Hello

    Your routine is correct, try this program
  19. Thread: intcon?

    by jonas2
    Replies
    1
    Views
    2,565

    intcon?

    Hello

    I have two programs that run on the 16F628 and I want to meet in
    one a 16F876A microcontroller.

    and the problem the first is successful but the second is to review.
    I do not know if...
  20. Thread: adcon0,adcon1

    by jonas2
    Replies
    4
    Views
    6,114

    Hello Thank you for your help, I'll keep the...

    Hello

    Thank you for your help, I'll keep the program melanie.
    But I would like to change the initialization of the RTC, and to do so USArt
    Send frame by rs232.je seeks a routine as an...
  21. Thread: adcon0,adcon1

    by jonas2
    Replies
    4
    Views
    6,114

    Hello This model melanie and I'll add my...

    Hello


    This model melanie and I'll add my program routines.
    And I need to use the port and having output RA0 and RA1 RA2 RA3
    Input, and my question is about the ADCON registers?
    I do not...
  22. Thread: adcon0,adcon1

    by jonas2
    Replies
    4
    Views
    6,114

    adcon0,adcon1

    Hello

    I have an example program that melanie is very good.
    I have a problem with the port configuration registers and
    ADCON0 and ADCON1
    device 16f876a
    Trisa:% 00001110 'output RA0, RA1,...
  23. Replies
    1
    Views
    2,582

    code crosses boundary ?

    Hello


    I have an error message when I compile a program 16f876a.
    code crosses boundary
    I do not know how to solve the problem?

    thank you
  24. Thread: keypad?

    by jonas2
    Replies
    2
    Views
    2,687

    keypad

    Hi

    Yes, but the variable code0 has 1, 2 account code1, code2 account 3 code 3 has 4
    IF i = 0 THEN
    code0 = 1 >>>>> xkey
    endif

    IF i = 1...
  25. Thread: keypad?

    by jonas2
    Replies
    2
    Views
    2,687

    keypad?

    Hello

    I have a problem with this program for managing a keypad.
    when I press a key such as 1, it displays "1111" when I
    supported once the?

    thank you
Results 1 to 25 of 47
Page 1 of 2 1 2