In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Jon Williams wrote: I think you'd be pretty had pressed to kill an SX through "normal" handling -- I'm actually quite rough with my projects and don't ever know that I've killed a chip. Do post your code, especially if it's SX/B and you're coming from a PBASIC background. In PBASIC, we make a group of pins outputs like this: DIRL = %11111111 ... but on the SX with SX/B, the equivalent command is: TRIS_B = %00000000 -- just the opposite. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=105037#m105042 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)