Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,189

    PBP vs Assembly interrupt speed

    Hi all,

    I have a general question regarding PBP vs Assembly and how much faster an interrupt handler would run if written in Assembly. Essentially we are using a PBP interrupt now and the short...
  2. Re: Pic does not respond to SERIN: Serial I/O expander project

    Henrik!! Yes! Thank you! The ADCON1=7 addition did the trick.

    thank you so much, you turned a bad day that was getting worse into a good one!

    best,
    Brad
  3. Re: Pic does not respond to SERIN: Serial I/O expander project

    Great explanation Henrik, thanks. Sounds absolutely logical. Unfortunately... still not working.

    I've modified the code to look for 65 as you suggested (see below). When I type #65#49#49 (49...
  4. Re: Pic does not respond to SERIN: Serial I/O expander project

    Unfortunately, Realterm won't install on my Windows7 box at work. I may try to find an XP box to transfer to later today but it sure seems like there must be a way to do it in either Hyperterminal...
  5. Re: Pic does not respond to SERIN: Serial I/O expander project

    Thanks Henrik,

    Yes, the program is expecting to see the qualifier 254 before the 2 bytes of data that it sticks into variables. I tried what you suggested and it didn't seem to work either.
    ...
  6. Pic does not respond to SERIN: Serial I/O expander project

    Hello all,

    I've built the Serial I/O expander that is detailed here. The only difference in my circuit is that I'm using a Pic16f818 (what I had laying around) and am driving simple LEDs instead...
  7. Replies
    4
    Views
    5,435

    Thanks for the help Skimask, it helped a lot. I...

    Thanks for the help Skimask, it helped a lot. I used your method with a couple of modifications and it seems to work very well.

    First, I added to your method was to define minimums and...
  8. Replies
    4
    Views
    5,435

    Scaling ADC values

    Hello all,

    I am trying to build a midi controller that incorporates an accellerometer. I have one of the 2 axis accelerometers from Dimension Engineering. The behavior that I would like is for...
  9. Replies
    1
    Views
    3,220

    re:Help with ISD 4002, Pic16f818 and SPI ??

    OK, I will answer my own question in hopes that someone else might benefit from my research.

    It seems that PBP doesn't do SPI per se, but you can brute force it by using shift out for the MOSI...
  10. Replies
    1
    Views
    3,220

    Help with ISD 4002, Pic16f818 and SPI ??

    Hello,
    I am a relative newbie to pic programming and was very happy to find this great resource.

    I am working on a project with the ISD 4002 sound chip. I plan to control it with a PIC16F818...
Results 1 to 10 of 10