Problem Solved - -
The problem was in my code - - As I mentioned, I have the DS18B20 configured for 9 bit resolution.

In my code, I sent the command $CC, $44 to do the Temperature conversion, AND THEN sent the 9 Bit configuration command.

By placing the Configuration command BEFORE the temperature conversion command, it works just fine.

Ken