In SX Microcontrollers, SX/B Compiler and SX-Key Tool, ems1965 wrote: I can't get this to work... I have my Propeller As the Reciever and the SX28 and the Sender... I am sending 1 Byte. SX28 [code] Main: Do RB.0=0 IF RB.3=1 Then 'RB.3 is Pin 19 On the Propeller RB.0=1 Shiftout RB.1,RB.2,0,Encoder_A_Count_LSB Endif Loop [/code] Propeller:: [code]Repeat OUTA[19]:=1 SX:=SHIFTIN_SLV (17,18,0,8) OUTA[19]:=0 [code] WaitCnt(10_000_000+Cnt) [code] Debug.Bin(SX,8) Debug.Str(String(" ")) Debug.Dec(SX) Debug.Str(String(" ",13)) Propeller Pin 17 ---- SX Pin RB.1 1k Resistor Pin 18 -----SX Pin RB.2 1K Resistor Pin 19 -----SX Pin RB.3 What am I missing that I can't get this working. For 1 week now I have been trying to get the SX28 to communicate with the Propeller.. I'm to much of a Novice I guess because I'm really needing a sample of how to get 1 byte sent. Help Please. [/code] ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=149806#m149975 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)