>>> Any news on this? Patch for testing ready? ;)
>>>
>>A quick&dirty patch is appended. I have tested it myself with a DS2408
>>plus HD44780 LCD connected as described in the eservice documentation.
>>
>>Don't forget to install automake and pkgconfig. Use the current git
>>archive clone as your base.
>>
>>$ git clone git://git.code.sf.net/p/owfs/code owfs-code
>>$ cd owfs-code
>>$ ./bootstrap
>>$ ./configure
>>
>>$ patch -p1 <../eservice_lcd.diff
>>
>>$ make ; sudo make install
>>
>>
>>Test with:
>>
>># /opt/owfs/bin/owserver --debug -u
>>
>>and in another terminal window:
>>
>>$ /opt/owfs/bin/owwrite /<your DS2408 address>/strobe 1
>>$ /opt/owfs/bin/owwrite /<your DS2408 address>/LCD_H/clear 1
>>$ /opt/owfs/bin/owwrite /<your DS2408 address>/LCD_H/message "Foobar"

Hello Jan

So here is what I did:

$ git clone git://git.code.sf.net/p/owfs/code owfs-code
$ cd owfs-code/
~/owfs-code$ ./bootstrap 
~/owfs-code$ ./configure 
(get patch from 
https://sourceforge.net/p/owfs/mailman/owfs-developers/?viewmonth=201606&viewday=28)
~/owfs-code$ patch -p1 < eservice_lcd.diff 
~/owfs-code$ make
~/owfs-code$ nano owfs.conf
(copy content from my wiki)
~/owfs-code$ module/owserver/src/c/owserver -c ~/owfs-code/owfs.conf --debug -u
(in another window)
~/owfs-code$ module/owhttpd/src/c/owhttpd -c ~/owfs-code/owfs.conf 
(check localhost:2121 to find device -> 29.2F7214000000)
~/owfs-code$ module/owshell/src/c/owwrite /29.2F7214000000/strobe 1
~/owfs-code$ module/owshell/src/c/owwrite /29.2F7214000000/LCD_H/clear 1
~/owfs-code$ module/owshell/src/c/owwrite /29.2F7214000000/LCD_H/message 
"Foobar"
(copy output of 1st/debug window for maillist then quit app)
~/owfs-code$ sudo killall lt-owfs lt-owhttpd lt-owserver

When I connect the device the background led switches on shortly and the off. 
The colored led is off too.
After the clear command the background led switches on and stays on, the 
colored led switches on too (in red state I think - not sure anymore).
No text appears after the message command...
Any idea what's the issue? I'll send the  server output as text file 
attachement in another mail - otherwise the list does not let it through.

Dr. Trigon
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to