new to serial communication
sgeorgia
Posts: 1
I've read through some of the info. on the serin and serout instructions. However, it is not very clear whether I should use max232(or a similar device)·or not in my project. The fact that there is no 'level shifter' on the stamp or the carrier board confuses me. The manual states there needs to be a some sort of level shift. Does the PC understand TTL? Does the stamp understand RS232? I'm trying to figure out whether I should include a max232 or not.
Comments
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Martin Hebel
StampPlot - Graphical Data Acquisition and Control
AppBee -·2.4GHz Wireless Adapters & transceivers·for the BASIC Stamp & Other controllers·
The BS2 can do SEROUT/SERIN on any I/O pin, but if you use I/O pins zero through 15, then you would need to use a MAX232 to talk to a 'real' RS232 device.
Note there are many BS2 peripherals (LCD displays, etc) which use TTL-based RS232 signalling. For those you would not need the max232 chip.