Newbie 1-wire LCD issues

Terbeaux333

New Member
* If this is posted in the wrong forum/location, please let me know. Thanks *

I just purchased my first set of exploratory 1-wire goodies from hobby-boards and had good luck getting data values out of Temp Sensor and wow is it fun. However I'm now playing with the Liquid Crystal Display and the associated demo code downloaded from hobby-boards' website and having issues. The code seems to get half way through the initialization section when it pukes on its first call to:

outputByte((byte)0x30);

I'm pretty sure I'm connecting to the correct device as you can see from my output below, but I can't seem to get the code to get past this point. For powering the Liquid Crystal Display, I've tried both a 16V 0.9A and a 12V 1.5A power supply (specs say 12-24V is good). Any help/advice anyone has would be much appreciative.

Thanks,

Terbeaux333


=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
Found Adapter: {DS9490} on Port USB1
Resetting 1-wire bus
Info: Reset returned 1
Found DeviceID = 980000002D07DD81
Found DeviceID = F200000008394A29
Setting LCDDriverId to F200000008394A29
outputByte could not write to the device byte: 48 (0x30)
com.dalsemi.onewire.OneWireException: Error initializing the LCD display
at LcdTest.LCDDriver.initializeDisplay(LCDDriver.java:201)
at LcdTest.LCDTester.run(LCDTester.java:104)
at LcdTest.LCDTester.main(LCDTester.java:50)
BUILD SUCCESSFUL (total time: 2 seconds)
 
Back
Top