Hi All!
I need your help, my friends..
I'm try this kplex-configuration:
# cat /etc/kplex.conf
[serial]
filename=/dev/ttyAMA0
direction=in
baud=9600
[tcp]
mode=server
port=1001
direction=both
...and starting.
My Raspberry Pi is an
NMEA multiplexer without
opencpn.
The
NMEA sentences go my clients, the OCPN settings:
TCP:192.168.12.1:1001
(All systems is lunux system.)
I would like make on raspberry pi an NMEA-logger, but the {gpsd, gpspipe, gpscat} don't working with the kplex, because the /dev/ttyAMA0 is working. I'm try minicom:
minicom -b 9600 -o -D /dev/ttyAMA0 -C /opt/gps.minicom
...and the sentences is demaged:
34343.810,,,M,,MGPGSA,A,,,,,,,,,RMC,1343,,,,,0.000 217,,,PZDA,13420,02,20
34344.810,,,M,,MGPGSA,A,,,,,,,,,RMC,1343,,,,,0.000 217,,,PZDA,13420,02,20,,*41
$345.814,34346.811,,,,,,,00217,,,$GPGGA,14,,,,,0,, ,*43
$1,,,,,,,*1E
(on the clients the
opencpn is correct, the NMEA sentences is good!)
Question: what is my problem?
I don't understand...