Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    27,889

    breadboarding

    Hello all
    I am working with a Pic 16f628A, and can program it ( albeit I am primitive). I have a problem now where I am using the development board and writing a simple "Blink" program to flash an...
  2. Replies
    22
    Views
    33,097

    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...
  3. Replies
    22
    Views
    33,097

    Re: EasyPic 6 Mikroelectronika

    Not using the serial LCD
  4. Replies
    22
    Views
    33,097

    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
  5. Replies
    22
    Views
    33,097

    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...
  6. Replies
    22
    Views
    33,097

    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.
  7. Replies
    22
    Views
    33,097

    Re: EasyPic 6 Mikroelectronika

    My connections are just like you printed
  8. Replies
    22
    Views
    33,097

    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...
  9. Replies
    22
    Views
    33,097

    Re: EasyPic 6 Mikroelectronika

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

    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...
  11. Replies
    22
    Views
    33,097

    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
  12. Replies
    22
    Views
    33,097

    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...
  13. Replies
    22
    Views
    33,097

    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 -...
  14. Replies
    4
    Views
    9,426

    still having issues

    Thanks for your help but I think my issue is that the compiler does not automatically compile the code that is open in the window - mine seems to be searching in the c:\windows folder for the code. ...
  15. Replies
    4
    Views
    9,426

    Microcode studio

    I am trying to use Microcode Studio with Picbasic pro - I cant for the life of me figure out how to work the folders that contain my source code and the compiled hex file. I can store my *.pbp file...
  16. Replies
    2
    Views
    2,668

    How can I store the status of a pin?

    I need to write a program ( using PICBASIC PRO) and in this program I need to read the state of a pin ( either high or low) , store it, wait about five minutes, read the state of the pin again, and...
  17. Replies
    4
    Views
    4,724

    thanks for the help

    Thanks!
    I am just trying to troubleshoot my compiler - picbasic ver1.41.
    I noted from the ME labs website that the PEEK and POKE were added on version 1.20, so they should be working on my version....
  18. Replies
    4
    Views
    4,724

    Picbasic Newbie Problem

    I am using picbasic from MElabs and cannot get this code to compile:
    Symbol TRISB = 134
    Symbol PortB = 6
    poke Trisb , 0
    loop:
    For B0=0 to 255
    poke PortB , B0
    Pause 250
    Next...
Results 1 to 18 of 18