On Wednesday, October 25, 2017 at 4:57:45 PM UTC-4, Yves Martin wrote: > > I use the syslog, but this is not very practical. I thought other ways > should exist... >
yves, the method vince referred to (running weewx directly) will emit loop data to stdout. is that the level you are asking for, or do you need to see the raw bytes? if you want to sniff the serial traffic, you have a few options: a) hack the driver. modify vantage.py so that it prints the serial data as it sends/receives it b) passively sniff. fabricate a serial sniffer - solder a few wires onto a serial cable, and terminate them in another serial connector. then run screen or other serial tool to watch the traffic between weewx and the station. m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
