Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,344

    ahh thanks! so simple yet it never occured to me....

    ahh thanks! so simple yet it never occured to me.

    much thanks again!
  2. Replies
    2
    Views
    3,344

    reading first four bits of a byte

    if i have a hex byte, say "FF", is there something to read the first 4 bits and last 4 bits individually? or put it into another variable? Something simliar to reading a WORD variable using...
  3. Replies
    19
    Views
    12,760

    PoTeToJB, I don't think you can save the settings...

    PoTeToJB, I don't think you can save the settings when you disconnect the phone. If somebody knows how to, I would like to know that as well because I can't save it myself. I always initialize the...
  4. Replies
    19
    Views
    12,760

    Try this setup to initially change your cell's...

    Try this setup to initially change your cell's default setting.



    to set up, try this:

    at+cmgf=1 (set to text mode)
    at+cnmi=2,1,0,0,0 (set to hear sms delivery response on terminal)...
  5. Replies
    3
    Views
    3,699

    You would use the SERIN command to listen to the...

    You would use the SERIN command to listen to the cell phone. If your microcontroller needs to do other things and can't be completely hung up on just listening to the cell phone, you can set the...
  6. Thread: At commands

    by kamet
    Replies
    3
    Views
    4,863

    http://developer.sonyericsson.com/getDocument.do?d...

    http://developer.sonyericsson.com/getDocument.do?docId=65054
  7. Replies
    19
    Views
    12,760

    Does it not display anything at all or is it...

    Does it not display anything at all or is it displaying "garbage" response? Where in your code does it display the response? The garbage response you see in your hyperterminal is because the cell...
  8. Replies
    19
    Views
    12,760

    I'm sorry but I don't know how to interface it by...

    I'm sorry but I don't know how to interface it by USB directly, however, you may want to search for a "virtual serial port driver" for your USB. The driver will trick your application into believing...
  9. Replies
    19
    Views
    12,760

    You don't need to use a PIC to interface your...

    You don't need to use a PIC to interface your cell to your PC, you just need a data cable and program the computer to listen on its serial port for AT commands and responses which the cell phone...
  10. Replies
    9
    Views
    4,901

    YES it works! Thanks, paul borgmeier, for...

    YES it works! Thanks, paul borgmeier, for pointing the grounding misunderstanding out. I *assumed* that it was separate from the 5v out of the regulator and was being fed directly from the power, so...
  11. Replies
    9
    Views
    4,901

    here's the schematic

    here's the schematic

    <a href="http://img214.imageshack.us/my.php?image=picservo5ew.jpg" target="_blank"><img src="http://img214.imageshack.us/img214/7594/picservo5ew.th.jpg" border="0" alt="Free...
  12. Replies
    9
    Views
    4,901

    I tried to shorten it like you said (and even...

    I tried to shorten it like you said (and even tested it in the entire range of 10 to 25ms!)...no luck on that either, exact same response.

    The servo is grounded with the common ground of the...
  13. Replies
    9
    Views
    4,901

    Servo strange occurances

    For some reason, I can't understand why my servo will only move to the position of the first servo position's loop and then ignore everything else. I tried both pulsout as well as HIGH/LOW loops. It...
Results 1 to 13 of 13