[vz-users] Landis&Gyr E350 - ZxF100Ax/Cx

Udo1 udo1 at gmx.net
Sat Oct 12 10:14:47 CEST 2013


Am 11.10.2013 16:48, schrieb Udo1:
> Am 11.10.2013 10:49, schrieb Christian Neuhold:
>> Die Baud und die Datenbits kann ich rauslesen. Nur wo das Parity 
>> "even" gesetzt wird, ist mir nicht klar.
> Dazu habe ich noch diese Information gefunden:
>
> stty -F /dev/ttyUSB0 300 parenb -parodd cs7 -cstopb raw hupcl cread 
> clocal -crtscts -ignbrk -brkint -ignpar -parmrk inpck -istrip -inlcr 
> -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -iutf8 -opost -olcuc 
> -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab1 bs0 vt0 ff1 
> -isig -icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop 
> -echoprt echoctl echoke
>
Hab noch was dazu gefunden:

"mit folgender Shell

#!/bin/bash
#default
stty -F /dev/ttyUSB0 sane
#mode einstellen
stty -F /dev/ttyUSB0 300 parenb -parodd cs7 -cstopb raw hupcl cread 
clocal -crtscts -ignbrk -brkint -ignpar -parmrk inpck -istrip -inlcr 
-igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -iutf8 -opost -olcuc 
-ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab1 bs0 vt0 ff1 -isig 
-icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt 
echoctl echoke
# init senden
cat < /dev/ttyUSB0 &
# ausgabe von ttyUSB0 anzeigen
# und jetzt den Kopf ansprechen
echo $'\x2f\x3f\x21\x0d' > /dev/ttyUSB0
sleep 2
echo $'\x06\x30\x30\x30\x0d' > /dev/ttyUSB0

im Fenster erfolgt dann die Ausgabe ...."


More information about the volkszaehler-users mailing list