Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,547

    Mibam at 20mhz runs slower than at 4 mhz

    Hello

    I have been playing around with the MIBAM code for quite a while. Sadly, I don't get it. The results that is. Sometimes I will have working code only to come back the next day to find...
  2. MIBAM and Array Variables in FOR-NEXT Loops

    Hello

    I'm trying to write a set of universal subroutines that I can transfer different predefined output pins into as opposed to writing a number of subs that except for pin...
  3. Replies
    2
    Views
    2,515

    Hserout

    Hello,

    I added these lines and the display is alive and well.

    Thanks




    Define HSER_TXSTA 20h ' OUTPUT B2 PIN 8 16f628a
  4. Replies
    2
    Views
    2,515

    SPWM and DEBUG

    Hi all

    Is there some problem in using the SPWM code and "debug" together? I use debug with
    a VFD display for trouble shooting but have not been able to get it to work when the SPWM...
  5. Replies
    1
    Views
    5,767

    Darrel Taylor's SPWM code usage

    Hello All

    A while ago I tried using Darrel Taylor's "Instant Interrupts. The demo showed that

    three separate items could run (seemingly) at the same time using this interrupt scheme. It is a...
  6. Thanks for the reply. Building them is a...

    Thanks for the reply. Building them is a possibility. The real question is "where have all the Triklits gone". I can find no new information on them. Are they still being made or has the quality...
  7. Triklits Microcontrolled Christmas Lighting

    Hello

    I started looking at ways to make a Christmas light LED string with each lamp site being a PIC serial addressable receiver. Then I came across TRIKLITS which is exactly what I had in...
  8. Replies
    11
    Views
    9,687

    I have noticed that the keypad display output...

    I have noticed that the keypad display output occurs on the release of the keypress. The setup I have which is like a "musical chairs" type of game requires variable index capture of the first player...
  9. Replies
    11
    Views
    9,687

    Corrected to: DEFINE KEYPAD_COL 4 ...

    Corrected to:

    DEFINE KEYPAD_COL 4 ' 4 COL keypad (0-3)

    DEFINE KEYPAD_COL_BIT 0 ' COL 0 = PORTB.0 (wires start at PORTB bit 0)

    Keypad is now working properly.

    Many...
  10. Replies
    11
    Views
    9,687

    The problem is that PORTB.0 not detecting I...

    The problem is that PORTB.0 not detecting

    I swapped B.o and B.1 keypad lines - problem remains with B.0

    Changed to another 16f877 chip - problem remains with B.0

    I noticed your last post...
  11. Replies
    11
    Views
    9,687

    I will check further. I am using the f877 pic....

    I will check further. I am using the f877 pic. Note that I tried changing this line to "4". Is that wrong?

    DEFINE KEYPAD_COL 3 ' 4 COL keypad

    Looking at it now I realize that its probably...
  12. Replies
    11
    Views
    9,687

    Thanks for the quick response. I have tried the...

    Thanks for the quick response.
    I have tried the code and it works. However there is an issue. I have a 4x4 setup but it acts like a 4x3 keypad. I can get digits 1 through 12. If I change the define...
  13. Replies
    11
    Views
    9,687

    Keypad and DT's Instant Interrupts

    DOH! I had a detailed question but it got cleared. So here's the short-short version.

    Has enybody included a 4x4 keypad routine in with DT's instant interrupts? It would most likely use port B...
  14. Replies
    9
    Views
    6,194

    Using the OSC2 1 MHZ method I was able to get a...

    Using the OSC2 1 MHZ method I was able to get a reading of 1.0016 MHZ with an OSCAL value of $39. A fair tweak from $2D.
  15. Replies
    9
    Views
    6,194

    I wrote a little pin out program and read it with...

    I wrote a little pin out program and read it with a frequency counter. With a good calibration value for a 4MHZ clock, the pin frequency was 97.48 KHZ.

    With a 12F629 PIC that lost it's calibration...
  16. Replies
    9
    Views
    6,194

    Another "forest for the trees" thing again! ...

    Another "forest for the trees" thing again!

    REG GPIO - BIT 5 Got it! Thanks.

    The value in the last memory location shows up in the calibration section of the memory read. The value was still...
  17. Replies
    9
    Views
    6,194

    LCD readout with 12f629

    I have a dedicated 16f84 pic tied to a LCD display which allows me to use Debug commands to readout parameters with a single wire at 2400 baud from PIC's under development.
    I am now working with a...
  18. Replies
    0
    Views
    2,045

    Pro Compiler Problem - Cancelled

    I'm working with a fairly straight forward program code for a 16f84 chip. As I approach the 760 words used point I noticed that instead of reporting " Success 760 words used" the compiler is...
  19. Replies
    6
    Views
    5,847

    Yes, exactly. That is what I'm trying to do....

    Yes, exactly. That is what I'm trying to do. Make my USB input look like it's a USB keyboard or keypad. Is there some built in code or "tag" within these devices that makes the PC recognize them as...
  20. Replies
    6
    Views
    5,847

    Thanks, I have investigated your...

    Thanks,
    I have investigated your suggestion with mixed results. In the Powerpoint setup screen I am able to select items in the text boxes by having the pic send ascii codes for keys 1...
  21. Replies
    6
    Views
    5,847

    I didn' see anything on those sites that looked...

    I didn' see anything on those sites that looked useful. I think I need a patch that will take characters input to com4 and make them look like they came from the keyboard. A USB keypad I have does...
  22. Replies
    6
    Views
    5,847

    USB Control Of Powerpoint

    Hello,

    Part of my PIC project involves the control of Powerpoint presentation slides which can be addressed by keyboard entry (1 enter, 2 enter etc.). I have set up a serial to USB...
  23. Replies
    49
    Views
    45,953

    Using pin 25 RC6/TX and monitoring with MCS...

    Using pin 25 RC6/TX and monitoring with MCS serial communicator at 9600 baud I get a repeating string of garbage characters. Hserout ["hello"] test result was the same. Isn't there an issue with...
  24. Replies
    49
    Views
    45,953

    I use DEBUG to get to my serial pic LCD readout...

    I use DEBUG to get to my serial pic LCD readout at 2400 baud. I have been trying to replace the hserout functions in the "string storage" thread with my usual debug output with no luck. I get...
  25. Replies
    772
    Views
    594,442

    "Not previously defined" error was caused by...

    "Not previously defined" error was caused by having PortA instead of PORTA. It's 4AM and I think MPASM is the cause of some strange chip behavior. Only when I uncheck MPASM do I get back to a...
Results 1 to 25 of 35
Page 1 of 2 1 2