/* --------------------------------------------------------------------------- HCS Mini MSPDIO Link (c) 2011 Neil Cherry The TIIO is a clone of the HCS Mini PICDIO. It uses a TI MSP430 2012 (2K/128) instead of a PIC 18F84 (1K/68). The HCS MiniDIO is a cost effective alternative to the existing Comm-Link and AnswerMan Jr Digital IO nodes for the HCS Home Automation System. The MiniDIO is 100% backward compatible with the existing HCS DIO-Link IO commands. However, the T command is NOT implemented due to limited on board memory. Thus the MiniDIO is intended for simple IO functions off the RS-485 network. The strobe output IS implemented and is strobed for S commands The PIC IO lines are assigned as follows: RA0 Strobe RA1 Config Enable RA2 Serial Enable RA3 Serial Out RA4 Serial In (via RTCC for interrupt) RB0-7 Data Bits */ #include //