Connecting the BasicStamp to a TI-83+
shandar
Posts: 12
Hi!
I'm totally new here at the forum, but I've been toying around with my homeworkboard for a month or so now. Tired of my little robot I decided to start a new project: connecting the BasicStamp to a TI-83+ to build an incredibly expensive IRlink between two calcs. But I have one problem, how does the GraphLink work? Its an 2.5mm plug, but what part is Tx and Rx? What baudrate? What voltage and so on? Doesn't seem to be ordinary TTL... (not 100% sure what I need to know, but I'm in no hurry to build this so I've got a couple of years to learn what ever is necesary [noparse]:)[/noparse]
I don't think should it would be that difficult since I've seen loads of toys that people have built at home wich connects to the calculator.. But how? :P
I'm quite familiar with programming the BasicStamp but electronics isn't my strongest part (yet), but as I said, I'm willing to learn.
Cheers
Mikael
I'm totally new here at the forum, but I've been toying around with my homeworkboard for a month or so now. Tired of my little robot I decided to start a new project: connecting the BasicStamp to a TI-83+ to build an incredibly expensive IRlink between two calcs. But I have one problem, how does the GraphLink work? Its an 2.5mm plug, but what part is Tx and Rx? What baudrate? What voltage and so on? Doesn't seem to be ordinary TTL... (not 100% sure what I need to know, but I'm in no hurry to build this so I've got a couple of years to learn what ever is necesary [noparse]:)[/noparse]
I don't think should it would be that difficult since I've seen loads of toys that people have built at home wich connects to the calculator.. But how? :P
I'm quite familiar with programming the BasicStamp but electronics isn't my strongest part (yet), but as I said, I'm willing to learn.
Cheers
Mikael
Comments
Give this link a try: http://www.smallrobot.com/bs2ti.html
Regards,
Bruce Bates
I attach my deciphered bs2 program:
Regards,
John
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Manxstamp,
Isle of Man, British Isles
serdata var byte again: '*****this will wait for serial from calculator serin 15,396,[noparse][[/noparse]serdata] '***this will send it to the pc debug screen debug dec serdata, cr '***this will send the same data plus 1 back to the calculator serdata=serdata + 1 serout 15,396,[noparse][[/noparse]serdata] goto again
**TI83F* Program file dated 06/24/00, 13:15f2
John
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Manxstamp,
Isle of Man, British Isles