Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    19
    Views
    19,652

    Re: How do you drive a Serial LCD?

    Thanks Mike ! Always another way to get there, I like smaller, cheaper PIC too.
  2. Replies
    67
    Views
    52,231

    Re: MicroCodeStudioPlus keeps crashing.

    Hi picster, I wasn't defending anyone only pointing out frustration does not help . . . have you tried running in xp compatible mode? Have you given it admin status? are you managing your paging file...
  3. Replies
    67
    Views
    52,231

    Re: MicroCodeStudioPlus keeps crashing.

    You know how difficult it is to write a program for a pic and have it work, ALWAYS work for your specific PIC which has NO OTHER programs working the background. Any program you write for a PIC is a...
  4. Re: Help, please. Can't get things to work at all!

    Especially your config code
  5. Replies
    13
    Views
    10,348

    Re: Wow! SPAM storm today!

    When you "DELETE" spam threads you must "Physically Remove" or it still remains.
  6. Replies
    13
    Views
    10,348

    Re: Wow! SPAM storm today!

    Was it this one? http://www.picbasic.co.uk/forum/showthread.php?t=21766
  7. Replies
    27
    Views
    31,977

    Re: blink a single led

    Suspect your breadboard if it is older than 1 year, the sockets corrode and become insulators.

    define OSC 64 ' does NOT make the pic oscillate at 64 mhz, it simply adjusts PBP's timing to...
  8. Replies
    4
    Views
    3,762

    Re: SEROUT on a 16F1947

    High & Low do all the analog vs Digital manipulation for you, I suspect you are
    having an analog (default state) issue.
    Take sure any comparators are off on that port pin . . . I have never seen...
  9. Replies
    44
    Views
    27,435

    Re: Scaling ADC Result to a Set Range

    From Data sheet
    Smart Linefeed (control-J, ASCII 10)
    Move cursor down one line. If immediately preceded by carriage return, linefeed is ignored

    Try it without the 13, see what happens. Or try it...
  10. Replies
    4
    Views
    3,778

    Re: Clock question

    which is 1/2 the reason for well commented code, additionaly if you put
    functions in a group it is helpful. The other 1/2 reason is a year from now
    You will not remember either.



    I have not...
  11. Replies
    11
    Views
    11,036

    Re: HELP! HSER issues from old to new

    Hi WD,
    I am not sure which part you are having trouble with, and am presently unable to work on HSER*** but I played with your code using a 16F690 demo board and debug and pretty well got it to...
  12. Replies
    26
    Views
    15,890

    Re: problem with website?

    Lester turned the nag screens off, for now . . .
  13. Re: Using a parallel LCD(44780 based) as a serial LCD

    http://www.picbasic.co.uk/forum/content.php?r=171-LCD-serial-backpacks

    should get you going
  14. Replies
    26
    Views
    15,890

    Re: problem with website?

    My Apologies Lester, seems a little knowledge is still dangerous. I use Firefox 20.1 without any issues, & still lean toward Adblock or some similar add on, or his server has a blocking script maybe....
  15. Replies
    26
    Views
    15,890

    Re: problem with website?

    IF you have NoScript installed you "should" have an icon for it, you might find it hidden until you open "customize" by right clicking the top of firefox. I find frequently noscript stops some java...
  16. Replies
    26
    Views
    15,890

    Re: problem with website?

    check your "no-script" while on the forum to be sure there is not an untrusted script there. I checked your profile and all seems normal there. We are going through some changes under the hood to...
  17. Replies
    1
    Views
    6,360

    Re: Convert from a file to hex or asm

    Hello,
    That is what PBP does, it turns that into, asm and then MPASM turns asm into hex. ME labs has a demo version which works with "certain" chips. They "Sell" versions at various prices that work...
  18. Replies
    20
    Views
    15,017

    Re: how to read ky40 mechanical encoder ?

    CAUTION: UNTESTED CODE


    main:

    A var portb.6
    B var portb.7
    state var byte
    if(( A == 1)&&(B==1)) then state = 1
    if(( A == 1)&&(B==0)) then state = 2
  19. Replies
    20
    Views
    15,017

    Re: how to read ky40 mechanical encoder ?

    Is your encoder like this ?
    http://www.ebay.com/itm/400964660325?_trksid=p2060353.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT

    These encoders are (supposedly) destroyed by pullup resistors.

    Or...
  20. Replies
    7
    Views
    21,532

    Re: Just can't get started

    80668066
    Sorry I copy pasted your code, see the image. Now if you select a chip WITHOUT ansel you will error out.
  21. Replies
    7
    Views
    21,532

    Re: Just can't get started

    Compiles without issue for me.
    Check to be SURE you have selected the correct PIC in Microcode studio, If that's not correct you will see those errors.
  22. Replies
    9
    Views
    6,880

    Re: 16F628A and 37 KHZ internal clock

    120 mhz is high enough to have several frequencies of which a harmonic will be 120 mhz. I would recommend putting the PIC and it's crystal in a shielded box and have feed through caps for power and...
  23. Replies
    4
    Views
    6,392

    Re: Compilation Error

    Yup, Heinrik You're right on both counts, and it compiled for me too, maybe he needs to reinstall or give the program better permissions, or use compatible mode.
  24. Replies
    4
    Views
    6,392

    Re: Compilation Error

    Wow Winchester, I have no real answer for you but I have an observation, look at the error message where it says line 16 col 122 . . .
    there is something in that spot, maybe you should delete?
  25. Re: Suggest moderation of first post to block spam

    You would be surprised at how many get banned daily.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4