[vz-users] Raspberry Pi Schnittstellenparameter USB

Bernd Gewehr bernd at gewehr.net
Tue Feb 4 06:01:49 CET 2014


> Am 03.02.2014 um 23:56 schrieb "Hans-Dieter  Hansen" <hansi at hdhuh.de>:
> 
> 
> Hallo zusammen,
>  
> Erstmal danke an alle die das Projekt volkszähler unterstützen.
>  
> Ich habe ein Problem mit dem Datenempfang vom USB-Lesekopf.
>  
> In der Datei /etc/rc.local habe ich folgende Einträge
>  
>  
> # Print the IP address
> _IP=$(hostname -I) || true
> if [ "$_IP" ]; then
>   printf "My IP address is %s\n" "$_IP"
> fi
> killall vzlogger
> stty -F /dev/ttyUSB0 9600 parenb cs7 -cstopb
> stty -F /dev/ttyUSB1 9600 parenb cs7 -cstopb
> /usr/local/bin/vzlogger
> #/usr/local/bin/vzlogger-c
> owfs
> 
> 
> Mit xxd </dev/ttyUSB0 Enpfange ich die Daten falsch.
> 
> durch Eingabe von 
> 
> stty -F /dev/ttyUSB0 9600 parenb cs7 -cstopb
> 
> erhalte ich die korrekten Daten:
> 
> pi at raspberrypi / $ xxd </dev/ttyUSB0
> 0000000: 2f49 536b 354d 5436 3731 2d30 3030 310d  /ISk5MT671-0001.
> 0000010: 0a0d 0a31 2d30 3a30 2e30 2e30 2a32 3535  ...1-0:0.0.0*255
> Hat jemand eine Idee?
> Danke Hansi

Probier mal 
stty -F /dev/ttyUSB0 9600 -parity -cstopb

Das läuft bei mir...
Gruß Bernd


More information about the volkszaehler-users mailing list