Shop OBEX P1 Docs P2 Docs Learn Events
How can I connect BS2sx with Erricson T10S — Parallax Forums

How can I connect BS2sx with Erricson T10S

charlercharler Posts: 8
edited 2006-08-31 14:22 in BASIC Stamp
I want to connect Basic Stamp2Sx to Ericsson T10s, I connect and write a simple serin program
'{$STAMP BS2sx}
'{$PORT COM2}
 
butByte var BYTE
Main:
 
SERIN 0,240,[noparse][[/noparse]butByte]
DEBUG ASC ? butByte
GOTO Main 


it get garbage data from my T10s all the time.


this is connection pin of T10s

http://pinouts.ru/CellularPhones-A-N/ericsson_t10-688_pinout.shtml

Don't I need additional electronics circuit?· and how ?

Any help will appreciate. thank you.

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2006-08-31 13:42
    charler -

    Perhaps I've found an old or out-of-date T10s User Guide (as· attached) on the Erricson web site, but I see nothing in there that even intimates that it will accept an external serial connection. Do you have any Erricson documentation to that effect?

    Regards,

    Bruce Bates


    Post Edited (Bruce Bates) : 8/31/2006 1:52:49 PM GMT
  • charlercharler Posts: 8
    edited 2006-08-31 14:13
    I've ever test Ericsson T10s with its cable with my PC. and I can send command "AT" and it reponse by sending "OK" back to hyper terminal. After that I use another mobile call the phone number and it response by sending "RING" back.

    I suggest that I can use Microcontroller replace PC to do so.


    Sorry I don't have any document.
  • Bruce BatesBruce Bates Posts: 3,045
    edited 2006-08-31 14:22
    charler -

    Please remember that PC's support full duplex asynchronous serial communication, and natively, the PBASIC Stamp does not. You can add an external UART to gain that capability, but that's about it. If you want to go the external UART route, take a look at the Maxim MAX3100.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    <!--StartFragment -->
Sign In or Register to comment.