Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Goodbye

    by Normnet
    Replies
    79
    Views
    120,013

    Re: Goodbye

    A somewhat poor analogy but relevant none the less: An OCR (optical character recognition) system was developed to transfer data however was discontinued as it was found a skilled typist could enter...
  2. Thread: Goodbye

    by Normnet
    Replies
    79
    Views
    120,013

    Re: Goodbye

    Second edition "The C Programming Language" ANSI C by Brian W. Kernighan and Dennis M. Ritchie is considered a standard although not specifically for microcontrollers as richard said C is C.

    Norm
  3. Thread: Goodbye

    by Normnet
    Replies
    79
    Views
    120,013

    Re: Goodbye

    For 3 simpler $25 PIC 8 bit plug in modules see Microchip Direct and do a search for PIM and check development tools then 8 bit. Probably not a lot of 8 bit due to they are available in DIP packages...
  4. Thread: Goodbye

    by Normnet
    Replies
    79
    Views
    120,013

    Re: Goodbye

    Got it...thanks
  5. Thread: Goodbye

    by Normnet
    Replies
    79
    Views
    120,013

    Re: Goodbye

    You are saying its not practical to program an Arduino supported chip and place it into a custom designed PBC as you would a PIC?
    If so is it common for Arduino projects to be made up of jumpered...
  6. Thread: Goodbye

    by Normnet
    Replies
    79
    Views
    120,013

    Re: Goodbye

    Dumb question. Is Arduino similar to a $50 stamp and is the processor available in its self for $2.00 or so or do all Arduino projects require a $50 board with the supporting circuitry? Also don't...
  7. Replies
    22
    Views
    32,036

    Re: PWM and audio noise

    A simple software change to try is to rearrange the order of the variables as they are declared. This worked for me although on a different compiler the app did utilize PWM as an audio output. Hope...
  8. Re: WTV020-SD-20SS SD Card U Disk Audio Player Interface

    I built a PBP wav player with a 18F26K20 48MHz which read mono data at 44k at 8bit resolution. This was non FAT.
    Audio as well as GLCD are a cool choice of project as one can hear/see the results....
  9. Replies
    67
    Views
    52,232

    Re: MicroCodeStudioPlus keeps crashing.

    Doesn't your exception notification only occur on a button1 click error meaning the try catch routine would need to be added throughout the possibly thousands of lines of IDE code. Could be done I...
  10. Replies
    67
    Views
    52,232

    Re: MicroCodeStudioPlus keeps crashing.

    http://www.picbasic.co.uk/forum/attachment.php?attachmentid=8586&d=1517930924

    The above error in Delphi is common on freeing an item of which cant be freed as not all items created by user can be...
  11. Replies
    67
    Views
    52,232

    Re: MicroCodeStudioPlus keeps crashing.

    I program with Delphi and access violations can occur (array overrun) for one. I use an add-on called madExcept as one of my debugging tools. Included in the crash report is usually the offending...
  12. Replies
    67
    Views
    52,232

    Re: MicroCodeStudioPlus keeps crashing.

    I agree with pedja089. Finding the set of repeatable circumstances which cause the crash would be the most beneficial as it would give the author something to work with in debugging what's probably...
  13. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    I have been working steadily with the replace all feature as well as rewrites of the find dialog and replace dialog and am not planning past it.

    Norm
  14. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: Lines left out at COMPILE time

    See above post #178. Version 3.76 wasn't offered on this site and isn't compatible with PBP.

    Norm
  15. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    The PBP download site is available in the PBP WiKi.
  16. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    Not at present...sorry.

    Norm
  17. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    First of all I wish to thank all those interested in FineLineIDE BETA 3.76. To be honest though FL BETA 3.76 wasn't intended to be released for use with PBP as of yet and wasn't provided on this...
  18. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    I'm presently working on the addition of a separate category settable in options for v3.1
    Hopefully ready in the not too distant future.
    Perhaps will have a copy of v3.1 soon.

    Norm
  19. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    See this example from "MicrocCode Studio > Help > About" for the full version number. Mine is an older v3.0.8.4

    Norm
  20. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    Got it...thanks

    Ioannis what is your PBP version? Mine apparently is out of date.

    Norm
  21. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    OK I am testing FL v3.76 as per Ioannis.
    My version of PBP3 is 3.0.8.4

    FL > Options > PicBasicPro Compiler on my PC is found at C:\PBP3\PBPX.EXE
    FL looks in directory C:\PBP3\DEVICES
    In...
  22. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    What FL needs is a setting in options tab "PicBasicPro Compiler". FL needs to know the location of the PBP compiler in order to find the list of devices located there.

    Norm
  23. Thread: FineLineIDE

    by Normnet
    Replies
    187
    Views
    257,234

    Re: FineLineIDE

    Be sure the PBP compiler is located in options > PicBasicPro Compiler as FL searches for devices within that directory.

    I will add a message for instances when FL doesn't find the devices to...
  24. Replies
    67
    Views
    52,232

    Re: MicroCodeStudioPlus keeps crashing.

    See v3.3 at FineLineIDE Wiki
    FineLineIDE is a one folder install (no registry entry's) so you can cut, copy or delete as you wish.
    FL saves a recovery file every 30 seconds and prompt’s to restore...
  25. Replies
    67
    Views
    52,232

    Re: MicroCodeStudioPlus keeps crashing.

    Anyone interested in FineLineIDE please PM me and I will provide a download link for the latest FineLineIDE BETA. FL is easy to trial as it can be simply cut copied, pasted or deleted as all FL...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4