How can I connect BS2sx with Erricson T10S
charler
Posts: 8
I want to connect Basic Stamp2Sx to Ericsson T10s, I connect and write a simple serin program
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.
'{$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
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
I suggest that I can use Microcontroller replace PC to do so.
Sorry I don't have any document.
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 -->