In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Johnson Rod wrote: ADC tech doc -> [url]http://focus.ti.com/lit/ds/symlink/tlc0831.pdf[/url] my sx routine isnt picking up the last bit from the adc does anyone have any idea why? the sentence is 10 bits with the first two bits ignored followed by a byte of analog data GET_ADC: LOW CS0 SHIFTIN DAT, CLK, MSBPRE, analog_0\2 SHIFTIN DAT, CLK, MSBPRE, analog_0 HIGH CS0 LOW CS1 SHIFTIN DAT, CLK, MSBPRE, analog_1\2 SHIFTIN DAT, CLK, MSBPRE, analog_1 HIGH CS1 RETURN ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=108681 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)