Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,041

    Re: Looking for a PIC Based Terminal

    Thanks for the reply! I saw that terminal, but unfortunately it's not off the shelf and doesn't have an enclosure.
  2. Replies
    2
    Views
    4,041

    Looking for a PIC Based Terminal

    I have a need for an enclosed PIC based terminal. Must have RS232 capability, an LCD display and a 10 key pad for number entry. I know Melabs has a protoboard, but I'd like to have an enclosure...
  3. Replies
    4
    Views
    4,562

    How to reprogram the OSC cal. 12F675

    Hi All,

    I'm doing some work with a PIC 12F675 (programming with a Melabs USB programmer) and accidently erased my calibration values for the internal oscillator. Is there a way to reprogram this?...
  4. Replies
    2
    Views
    4,344

    Missed opportunity

    I've been looking at the TI line of uP and to be honest will be doing more work in the future there.

    A complete rewrite. Of course! But this IS the wish list forum...oh, and I'd also like a...
  5. Replies
    2
    Views
    4,344

    Other Microprocessor support?

    Would love to see other CPU's supported, like the MSP series of microprocessors from TI would be great.
  6. Replies
    15
    Views
    19,193

    I vote for OS X support

    Would love to have OS X support! I use Picbasic on my mac using Bootcamp which works ok but do most of my work using a Mac, so it would be more convenient to stay in OS X mode.
  7. Thread: Melexis

    by rtsandiego
    Replies
    4
    Views
    6,475

    update on code

    Here's my subroutine. It worked like a charm!

    read_temp:
    sensortemp = 0
    reg = $07
    addr = 0
    I2CRead Tda, Tcl, addr, reg, [sensortemp.lowbyte, sensortemp.highbyte]
    Return

    I...
  8. Thread: Melexis

    by rtsandiego
    Replies
    4
    Views
    6,475

    Sensor

    They have a sample program posted on their website in assembler. I've reviewed it and it seems pretty straight forward. I'll try to write some code in PicBasic using the I2C commands and post it...
  9. Thread: Melexis

    by rtsandiego
    Replies
    4
    Views
    6,475

    Melexis

    I'm messin' with a MLX90614 IR sensor and wondered if anybody has any Picbasic code to interface with it? I guess any code that creates a SMBus communication format would work as well.

    It's a...
Results 1 to 9 of 9