In SX Microcontrollers, SX/B Compiler and SX-Key Tool, johncouture wrote: I'm playing around with a couple of devices that use simple serial commands to communicate (i.e. PDB RS-232, XBee Module, PINK module, SD Card module). They all have TX and RX pins that work at 5v (which is good for this project). To save on the number of pins I have to use to communicate with these multiple devices I was thinking of just tying the RX and TX pins together and using a single pin on the SX processor. Something like: XB_IO Pin RA.0 PK_IO Pin RA.1 SD_IO Pin RA.2 HT_IO Pin RA.3 Do I have to worry about burning out a pin on either the module or on the SX by doing this? Should I put a diode or resistor in there? My intent is to be able to use write a program that with send out a message to the appropriate device depending on some header (i.e. from terminal to PINK, from terminal to XBEE, from terminal to SD Card Reader) As I master it, the goal would be to lock myself in a room and study Jon Williams program on narrowing it down to a single Serout command to save on program space (I may have to cross over to the DARK side and code in Assembler! Yikes!). Thanks all! ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=331630 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2009 (http://www.dotNetBB.com)