Smart meter: Kamstrup 162JxC
Hardware: Raspberry Pi
OS: Raspbian (ran rpi-update today)
Checking of the driver is loaded:
Code: Select all
$ dmesg |grep -i ftdi
[ 3.348710] usb 1-1.2: Manufacturer: FTDI
[ 7.662128] usbcore: registered new interface driver ftdi_sio
[ 7.834201] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 7.960570] ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
[ 8.401526] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
Code: Select all
$ cu -l /dev/ttyUSB0 -s 9600 --parity=none
Connected.
I checked if the signal was inverted, and it is. But even that should have given me some (garbeled) data.
I hope someone can point me in the right direction

Thanks,
Sander