Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,547

    INTOSC config fuse does not remain set

    Dear Forum

    Desperation is looming. I am using 12F675 programmed with meLabs USB programmer and ver 2.6 compiler for PICBASIC PRO.

    Every time I set the device for internal oscillator, INTOSC...
  2. Replies
    7
    Views
    3,743

    Re: Create a label which point to an instruction

    I am frail, old and grey and have lost my book.

    Here it is again; I think I have not formed the question correctly.

    I want to convert:

    main:
    HIGH PORTB.0 : PAUSE 10 : LOW PORTB.0 : PAUSE...
  3. Replies
    7
    Views
    3,743

    Re: Create a label which point to an instruction

    Thanks for the insight, however I want to say...
    H9 : pause 10 ...... not HIGH H9 pause 10 .... and achieve same result
    I want H9 to mean HIGH PORTB.0
    I am old and frail and need help.
    Michael
  4. Replies
    7
    Views
    3,743

    Create a label which point to an instruction

    How do I create a short cut to an instruction in PBP such as

    H9 means or points to instruction like HIGH PORTB.0 ?

    So instead of writing HIGH PORTB.0: PAUSE 10 : LOW PORTB.0

    I can write H9:...
  5. Replies
    17
    Views
    21,055

    GLCD 132x32

    What is not compatible?
    Rgds
  6. Replies
    32
    Views
    18,559

    GLCD 132x32 with KS0713 controller

    Are these things hard to drive?
    Can I write, in PBP, simple programs to display text easily, or is it tres dificile?
    I am an Old Timer, born before 1940 but still trying to learn, some people say I...
  7. Replies
    17
    Views
    21,055

    Using LCD graphic 132x32 display KS0713

    I have a few of 132x32 LCD modules which use a KS0713 controller.
    Does someone have some simple PICBasic Pro code I could try out on one of them.
    I have used 2x20 displays OK but want to expand my...
  8. Thread: Button help

    by med2007
    Replies
    21
    Views
    8,995

    polling portb

    Thanks for the link...so my syntax should be?

    FOR i = 0 to 7
    IF portb.0(i) = 0 THEN GOSUB alarm
    NEXT i

    I'll give it a whirl.
    Rgds
    MED2007
  9. Thread: Button help

    by med2007
    Replies
    21
    Views
    8,995

    polling portb

    On the side, could you tell me the correct syntax to poll portb in a for..next loop?
    viz
    FOR i = 0 to 7
    IF portb.[i]=0 THEN GOSUB alarm
    NEXT i
    This doesn't work and I can't find the answer in...
  10. Replies
    12
    Views
    8,140

    Single Event Data Logger with LCD

    Thanks for your help with my project, it is now almost complete and working well enough.
    In the end I didn't use an Interrupt Handler, just counted until intcon.2=1, fairly accurate for what I want,...
  11. Replies
    17
    Views
    21,055

    LCD 2x16

    Seem to be doing better now, so thanks for that. At least I've been able to package my project as a demo at last, it's only taken a month to design my Single Event Data Logger
    with LCD display.
  12. Replies
    17
    Views
    21,055

    LCD addressing

    Can't find where else to put this query in the forum and my LCD searches produce nothing....but I'm having trouble addressing 2x16 LCD.

    Do you have to put delay before every LCDOUT command or just...
  13. Replies
    12
    Views
    8,140

    Datalogger

    Thanks for that I'll check it out...meantime is it allowed to have a GOTO inside a subroutine to exit that routine before the RETURN?

    Or can I just say IF so-and-so THEN RETURN?

    Rgds
    Mike
  14. Replies
    12
    Views
    8,140

    Data logger

    Too right 10 seconds is for test purposes.
    I have tried your code skimask and it does do something..however a bit strange, is there a way of posting scope waveforms on this forum? I think my scope...
  15. Replies
    12
    Views
    8,140

    Data logger

    As a complete NOOB I am struggling again, my interrupt handler doesn't work. It's for a timer
    and this code is only part of the complete project. It should pulse portb.0 and susequently portb.2 ...
  16. Replies
    40
    Views
    60,876

    Sticky: Primary language

    My first language is English and I still don't understand most of the stuff on here.
    Rgds
  17. Replies
    3
    Views
    2,716

    detect 0 to 1 on RA0

    Thanks guys, the answer is to configure porta for digital I/O, which I hadn't done.
    CMCON = %00000111 using 16F628
    Rgds
  18. Replies
    3
    Views
    2,716

    detect1 to 0 change on RA0

    Why does this fall through?

    loop:
    IF porta.0 = 1 then loop

    next lot of basic code follows here

    RA0 is tied up via 10K and a press button grounds it, to get out of the loop, but...it fall...
  19. Replies
    12
    Views
    8,140

    Single even data logger

    I don't understand your reply and is it not possible to impliment solution with a single chip?
    Do a 16F84 not have enough data space?
    Rgds
  20. Replies
    12
    Views
    8,140

    Single event data logger wth LCD

    Hi everybody, I am struggling most of the time with PICs, this is my first post...does anyone have an event logger design such that on a switch closure, count = 1, and measure time interval of...
Results 1 to 20 of 20