Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Thread: LIN bus library

    by Alexey
    Replies
    0
    Views
    1,364

    LIN bus library

    Hello Guys,

    Is library for LIN communication available for PBP? My micro does not have a hardware LIN port, so it has to be software based library.

    Maybe someone can offer a sample code? Any...
  2. Re: Our dearest friend has passed away. Bye Darrel...

    Oh Darrel,

    So many years passed. You help me so much those old days when I was learning PICs and your ideas and advises still live in my works helping me and others. So sad you are not with us......
  3. Replies
    3
    Views
    20,874

    Re: CAN bus applications

    Thank you for the bookmarks. Yes, I agree, this is not very simple topic, so to start I did learn the protocol and some related standards and tried to communicate with the network devices using low...
  4. Replies
    0
    Views
    15,150

    InfraRed communication

    Is there a PBP library for communication over IR interface?

    Thank you
  5. Replies
    3
    Views
    20,874

    CAB bus applications

    Hello People!

    Looking for any information on how to implement CAN communication using PBP3 but could find only a few threads, all about 10 years old or more and no success stories... Is PBP3 not...
  6. Replies
    5
    Views
    8,637

    Floating point math

    Would be very nice to have floating point math

    Currently I use MikroC from Mikroelektronika for that. What I do not like too much in MikroC is lack of convenient and simple serial input/output...
  7. Replies
    22
    Views
    23,098

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello Mike,

    It was two years ago and I might forget but I believe all change is what described in the very first message.

    I learnt that if everything works, it works at the first attempt and if...
  8. Re: Our dearest friend has passed away. Bye Darrel...

    So sad news...
    Darrel was always so helpful and so friendly. I will remember him as a good friend
  9. Replies
    22
    Views
    23,098

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hi Mike,

    Please find the attached file. It is not perfect but the problem seems to be solved. At least if the card or socket fails or user removes the card when it is in use, the code does not...
  10. Replies
    4
    Views
    3,008

    Re: ADCIN does not work with AN16

    It is PBP3 3.0.7.4, must be the most recent. Actually I did not try higher #s than 16.
  11. Replies
    4
    Views
    3,008

    Re: ADCIN does not work with AN16

    Yes,

    ANSELC = %11000 'C.3, C.4 analog

    C.3 and C.4 are AN15 and AN16

    I suspect that unless there is my mistake somewhere, input # may be a byte variable in PBP3

    I did the reading...
  12. Replies
    4
    Views
    3,008

    ADCIN does not work with AN16

    Hello All,

    Is there any limitation in analog input #? I have ADCIN working OK with AN15 but it does not work with AN16.

    Defines are standard:

    DEFINE ADC_BITS 10 'Set number of bits...
  13. Thread: Use of INCLUDE

    by Alexey
    Replies
    8
    Views
    11,014

    Re: Use of INCLUDE

    Yes, of course this is all possible.

    I was just wondering if it is possible to do one simple include in the place where I want to see the code of my library in memory and use the functions without...
  14. Thread: Use of INCLUDE

    by Alexey
    Replies
    8
    Views
    11,014

    Re: Use of INCLUDE

    Hello Archangel,

    I meant if I use the variable in the beginning of my code then I have to put the include before that which will automatically put the whole large piece of code in the beginning of...
  15. Thread: Use of INCLUDE

    by Alexey
    Replies
    8
    Views
    11,014

    Re: ise of INCLUDE

    Thank you Gentlemen,

    Demon, I wished to name it "Use of INCLUDE" but my finger is too thick for the keyboard :)

    Yes, I agree, declaration of variables before use leaves less room for errors,...
  16. Thread: Use of INCLUDE

    by Alexey
    Replies
    8
    Views
    11,014

    Use of INCLUDE

    Hello All,

    sorry for misprint in the topic name - no way to correct too late :)

    Is there a way of definition of variables inside of the included file and use them in the main program before the...
  17. Replies
    22
    Views
    23,098

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Keep experimenting with sdfshc32d.pbp I found a couple of card types which do not work with this library although they did work with FAT16. Fat 32 worked with 512 Mb, 1G, 2G, 4G, 8G and 32G cardsI...
  18. Replies
    15
    Views
    10,657

    Re: Microcode studio will not compile

    Thank you Norm, I will try. Brackets is definitely something which makes life much easier. Does fineline plugin exist for PBB?
  19. Replies
    15
    Views
    10,657

    Re: Microcode studio will not compile

    Hello Darrel,

    The comoputer on which I had the problem is Windows 7 Starter on Acer Aspire one D255 netbook with 2 Gb RAM. I do not use registry cleaners but use Kaspersky Internet Security 2012....
  20. Replies
    15
    Views
    10,657

    Re: Microcode studio will not compile

    Thank you Dave, will try tomorrow

    Alexey
  21. Replies
    15
    Views
    10,657

    Re: Microcode studio will not compile

    Dave, Taylor, thank you,

    Tailor, you were quite right, it was registration problem. When I started the registration manager it said something about a lost data, I unregistered and reregistered...
  22. Replies
    15
    Views
    10,657

    Microcode studio will not compile

    Something happened to my Microcide Studio MCSPX - when I try to compile it only says "Success" on the bottom but does not create any files. No Assembler window appears. Also PBP does not tell that...
  23. Replies
    22
    Views
    23,098

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello Dave,

    Thank you,

    Yes, I did see your data logger and like it very much. USB will be the next thing what I need to learn. I did not put pull up resistors on unused pins into mine, also i...
  24. Replies
    22
    Views
    23,098

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello Dave,

    I learnt that the subroutine waitforcmdtimeout: cycles indefinitely when card is not there and you try to make a record, so sdfshc32d.pbp does not return control into the main code and...
  25. Replies
    22
    Views
    23,098

    Re: FAT32 SD cards use with sdfshc32d.pbp

    Hello Dave,

    No I do not. Actually my schematic allows me to use it but I prefer to let the process fail and return with a fault code then ignore it because I noticed socket i use may disconnect...
Results 1 to 25 of 68
Page 1 of 3 1 2 3