Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    I guess I don't know how to pm..lol
  2. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    What is the chance you could email me a copy?
  3. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    Ok Richard Thank you but it looks like meconfig is not anywhere.. at least I couldn't find it to download..I will keep looking but ME labs has a posting that is discontinued and end of life....
  4. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    Soif I was using an internal oscillator, I would define it in Config1h and further in OSCCON?
  5. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    Well that worked fine.....
    Well the board has a crystal hook up but can be strapped in and out.
    I did try just the define osc 32 with my config and it also worked...
    as you probably surmised, I...
  6. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    Richard,

    This code is written in Mikro Basic I think and works...I was trying to convert it to PicBasic..

    Below it I have pasted the Config file that goes with it..

    ' *
    ' * Project name:
    '...
  7. Re: Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    Hi Richard,

    I am using an 8mhz ext. crystal..
  8. Trying to get LCD to work on 18f45k22 and portB and EasyPic V7 - no luck

    Hi,
    I have tried everything I can think of to get this to work...anybody got any ideas what I am doing wrong or a missed setting?

    Thanks Don


    @ __CONFIG _CONFIG1H, _IESO_OFF_1H &...
  9. Replies
    2
    Views
    9,840

    Re: Manipulating ADC values....

    Thanks Richard, Got it working......
  10. Replies
    2
    Views
    9,840

    Manipulating ADC values....

    I don't know if that is the proper title but this is what I need to do...

    I have two ADC values and they basically are never equal. What I want to be able to do is when the values are within a...
  11. Replies
    9
    Views
    4,982

    Re: Simple question about While Wend...

    I guess that was it...the pullup resistor on the input...apparently it was floating...
  12. Replies
    9
    Views
    4,982

    Re: Simple question about While Wend...

    I am using an 18f2550.....

    Norm...I don't think I am experienced enough to use that debug code...

    I have looked back at some other code I have written and have used while/wend the same way.....
  13. Replies
    9
    Views
    4,982

    Re: Simple question about While Wend...

    this is the code..

    Trisa = 1
    Trisb = %00100000
    portb = 0
    while portb.5 = 1
    wend
    high portb.4
  14. Replies
    9
    Views
    4,982

    Re: Simple question about While Wend...

    Right.... while pin 2 is at a high state shouldn't the program stay in the while/wend loop until it goes low and then jump out and turn on the LED?
  15. Replies
    9
    Views
    4,982

    Simple question about While Wend...

    I have been trying for a while to get this simple code to work. Can someone tell me why it won't?

    Thanks, Don

    while porta.2 <> 0
    wend
    high portb.6

    porta.2 has pullup installed but led on...
  16. Replies
    13
    Views
    14,180

    FYI I got it working ok except I haven't been...

    FYI

    I got it working ok except I haven't been able to send back to the PIC yet.

    Thanks Walter....


    HSEROUT ["LABEL",",","Don's",",","Test",13]
    PAUSE 10
    Loop:
  17. Replies
    13
    Views
    14,180

    so like this huh? HSEROUT ["hello",cr] ...

    so like this huh?

    HSEROUT ["hello",cr]

    Hmmmm..... Maybe

    SMD?? I think I have one of those in the garage......

    I'll go get it and try it....be right back
  18. Replies
    13
    Views
    14,180

    I seen that and tried a 13 for the carriage...

    I seen that and tried a 13 for the carriage return.......

    HSEROUT ("HELLO",13] is this right?
  19. Replies
    13
    Views
    14,180

    There really is no code just the defines and...

    There really is no code just the defines and HSEROUT. Bare minimum. It connects and I can see the little green box with the "R" in it flash red when I reset the pic. I can receive no problem with...
  20. Replies
    13
    Views
    14,180

    Yea I tried that but couldn't get it to work. ...

    Yea I tried that but couldn't get it to work.

    Thanks
  21. Replies
    13
    Views
    14,180

    Getting Parallax PLX-DAQ to work with HSEROUT

    Does anyone know how to use HSEROUT to talk to PLX-DAQ? I am getting a RX from PLX-DAQ
    but apparently my format is wrong or maybe it just doesn't work with a PIC.

    Thanks, Don
  22. Replies
    5
    Views
    3,649

    Hi Acetronics, I want to output a pulse train...

    Hi Acetronics,

    I want to output a pulse train to a stepper driver controller to turn a rotary table. If I make a mistake in entry or part way through the router cut I want to stop it. I realize I...
  23. Replies
    5
    Views
    3,649

    Thats what I thought. I guess I will use HPWM. ...

    Thats what I thought. I guess I will use HPWM.

    Thanks,
  24. Replies
    5
    Views
    3,649

    A PWM question

    If I am using this statement, PWM portb.7, 127,100.

    Is there a way to stop it before it finishes?

    Thanks, Don
  25. Replies
    9
    Views
    5,599

    Thanks

    I finally got it........

    Thanks Steve
Results 1 to 25 of 52
Page 1 of 3 1 2 3