In SX Microcontrollers, SX/B Compiler and SX-Key Tool, rodneymc wrote: Thanks once again Bean! On #2 again, D'oh! I guess it should have been TRIS_A = %00000000 - that explains the funnyness. So, the PIN command effectly sets as output, so nothing is needed to be initalized in a START, using SEROUT, correct? I'm trying to see what PIN does in assembly. Is there code placed else where in the compiled listing when using PIN, because when looking at the listing of the following, it seems to be the same: MyOut1 PIN RA.1 OUTPUT MyOut2 VAR RA.2 compiles to: MyOut1 EQU RA.1 MyOut2 EQU RA.2 Again, please execuse the newbie questions, but really appreciate the help! Rodney ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=146347#m146357 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)