Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    I am delighted to report success! Well, sort of. Richard - you started me thinking about a possible hardware issue so I started snooping around with my meter. On the LCD pins, I was seeing some very...
  2. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    Not using the serial LCD
  3. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    I do realize there are two sockets - i am using socket B, and I can flash an LED so I think it is set up correctly
  4. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    i set my pins to digital using cmcon=7 , but I think that only sets Port A to digital. By default, is port B digital? Do I need a command to do that?
    I will try your code again tonight - thank you...
  5. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    Could the fuse settings be an issue? What software do you use to program your Easypic7? I could not get microcode studio to work with it - it does not seem to be able to find the board.
  6. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    My connections are just like you printed
  7. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    Sorry abt the second thread - just getting frustrated!
    I did try your code but did not work - I know your code must be solid so maybe it is a fuse setting or a hardware issue?
    I am using PBP...
  8. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    Yes I can flash an LED - no issues with programming or compiling this code - just does not work for me.
  9. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    oops - correcting a typo and an omission - this is the code that I am trying

    TRISB=0
    CMCON = 7
    DEFINE LCD_DREG PORTB
    DEFINE LCD_DBIT 0
    DEFINE LCD_RSREG PORTB
    DEFINE LCD_RSBIT 4
    DEFINE...
  10. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    my code looks like this:

    CMCON = 7
    DEFINE LCD_DREG PORTB
    DEFINE LED_DBIT 0
    DEFINE LCD_RSREG PORTB
    DEFINE LCD_RSBIT 4
    DEFINE LCD_EREG PORTB
    DEFINE LCD_EBIT 5
    DEFINE LCD_BITS 4
  11. Replies
    22
    Views
    33,293

    Re: EasyPic 6 Mikroelectronika

    It appears that the LCD is connected to Port B. I think by default the PIC 16F628A uses Port A. I just do not know how to tell the PIC to use Port B. What PIC are you using with Easypic 7? I was...
  12. Replies
    22
    Views
    33,293

    EasyPic 6 Mikroelectronika

    Does anyone have any experience with this development system using PBP? I am a newbie, and I am trying to use a Pic16F628A to write to the on board LCD screen. It appears to be connected to port B -...
Results 1 to 12 of 12