Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Al, You're exactly right. Thanks. I was...

    Al,

    You're exactly right. Thanks.

    I was seeing data errors at specific intervals, specifically every multiple of 64. This explains it!

    'Physical page boundaries start at addresses that are...
  2. Thanks for the help. I really am not sure what...

    Thanks for the help.

    I really am not sure what exactly is/was wrong. The only way for me to make it work is to write one byte on each I2CWRITE command. If I attempted to write more than one...
  3. External Eeprom - trying to store multiple variables

    I am struggling with an eeprom 24lc256. I can read/write a one word variable to it. My test example below has the variable increasing in increments of 3 and being stored in sequential addresses. That...
  4. Replies
    1
    Views
    2,386

    Narrowed it down to a Nokia with "AT Commands"...

    Narrowed it down to a Nokia with "AT Commands" (built-in modem) because the phones are quote common and there seems to be good support.

    Now just need some PBP code and schematics.
  5. Replies
    1
    Views
    2,386

    PBP and phone text messaging

    I'd like to send text messages from my 16f887 via a mobile phone (and if I can get that working then maybe send messages to my F887). Looking through the forum I see there's different formats for...
  6. Replies
    4
    Views
    4,265

    Thanks Comwarrior, I think that resistors between...

    Thanks Comwarrior, I think that resistors between the two processors is what was needed.
  7. Replies
    4
    Views
    4,265

    I am running both the 16f887 and umFPU at 3.3V. ...

    I am running both the 16f887 and umFPU at 3.3V.

    umFPU can run at up to 5V.
  8. Replies
    4
    Views
    4,265

    Interconnected chips and pin settings

    Noob playing with a 16f887 and a umFPU math coprocessor.

    After frying a couple of umFPUs I've realized that I need to be setting the TRISx and PORTx settings (see, noob). I think that after a...
  9. Well, when you put it that way it just sounds so...

    Well, when you put it that way it just sounds so simple....

    Thanks for your help Henrik. I'm sure that'll work.
  10. Can't send a Reserved Word to math coprocessor

    I am sending instructions from my 16f887 to a uM-FPU V3 32-bit floating point coprocessor. All works well until I try to do trig and must send commands that use the words SIN or COS. Since these are...
  11. Replies
    12
    Views
    26,760

    For anyone interested, the latest code was posted...

    For anyone interested, the latest code was posted by Scalerobotics here:

    http://sites.picbasic.net/index.php?option=com_uhp2&Itemid=6&task=viewpage&user_id=91&pageid=62

    (the downloads don't...
  12. Replies
    2
    Views
    3,722

    Strange Serout Behaviour

    I have been experiencing strange behaviour with Serout. The short version is this: I have a number of Serout commands (to hyperterminal on my laptop) in my code and my 16f88 would always skip the...
  13. Replies
    14
    Views
    21,406

    I felt that this old post needs to be updated...

    I felt that this old post needs to be updated since it ranks really high in Google searches. (This solution is not mine and has been previously posted elsewhere)

    ** Yes, you can compile with Vista...
  14. Replies
    0
    Views
    2,731

    Serin #Variable question

    When using Serin2 to capture a number, will "#variable" capture only the numbers up to a decimal point?

    Example:

    When "Serin2 PortA.0,16572,[Wait(","#variable)]" encounters ",555.444" will it...
  15. Replies
    2
    Views
    2,394

    Thanks Darrel Turns out it was a bad LED. ...

    Thanks Darrel

    Turns out it was a bad LED.

    Yes, Pause can be used with a variable.
  16. Replies
    2
    Views
    2,394

    Newbie Pause Question

    Is it possible to use a variable with the Pause command?

    Here's my code. It seems to compile but won't run on my 16f88. To test it I connected an LED to Port A.2 that should flash on/off with...
Results 1 to 16 of 16