Am Donnerstag, 23. März 2006 15:48 schrieb Alfille, Paul H.,M.D.:
>
> Can you see key presses (or pin changes) with this script?
>
I haven't set up fuse so far. I will test that later today and use the latest 
snapshot, too. Please note I use SuSE, too, not Debian.

Quick test: At least I could see blinking with the following tcl script and 
owfs-2.2p0RC:

package require ow
OW::init usb1

set DS2408 29.E91A00000000
set DS2409 1F.0E9702000000

OW::put $DS2409/main/$DS2408/strobe 1

for {} 1 {} \
{
  if [ catch { OW::put $DS2409/main/$DS2408/PIO.ALL 0,0,0,0,0,0,0,0,} ] { puts 
"D" }
  after 1000
  if [ catch { OW::put $DS2409/main/$DS2408/PIO.ALL 1,1,1,1,1,1,1,1,} ] { puts 
"X" }
  after 1000
}



Kind regards

        Jan

-- 
There's light at the other end of the the Windows.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to