TI-83+ Interface?
Jay Kickliter
Posts: 446
Has anyone successfully interfaced·the Propeller with a TI-83 calculator?·I just switched to HP calculators, and figured·my old TI may make for a good debugging terminal. It has an interesting serial port. It doesnt have an accurate clock, so a regular serial object won't work.·I'd like to contribute to the community since I was never able to get the Propeller to send SMS via the Motorolla c168i (it would respond every other AT command, but would not send a text message), but don't want to reinvent the wheel.
Also, how does Z80 assembly compare to other ASM languages? The TI uses it, and the documentation I've seen so far seems pretty understandable, so I figured I'd learn that before the Prop. Would it make for a good introduction to ASM?
(BTW, I'm still determined to get the Phone to seend Text Messages. I'm obviously doing something stupid, but just cant chase it down)
Also, how does Z80 assembly compare to other ASM languages? The TI uses it, and the documentation I've seen so far seems pretty understandable, so I figured I'd learn that before the Prop. Would it make for a good introduction to ASM?
(BTW, I'm still determined to get the Phone to seend Text Messages. I'm obviously doing something stupid, but just cant chase it down)
Comments
Most assembly languages are specific to their particular architecture once you go beyond the basics so getting a more detailed knowledge of Z80 won't really help with the Propeller IMO.