On Thursday, January 19, 2017 at 9:23:10 AM UTC-5, Kevin Bosworth wrote: > > It is a old dell laptop. Latitude D600. Serial port and ttyS0 exists. Do I > need to install a different library?
no need to install any libraries. now try running the driver directly. if you installed from deb package, it looks like this: cd /usr/share/weewx sudo PYTHONPATH=. python weewx/drivers/ws23xx.py --port /dev/ttyS0 --readings if you installed using setup.py it looks like this: cd /home/weewx/bin sudo PYTHONPATH=. python weewx/drivers/ws23xx.py --port /dev/ttyS0 --readings you should see readings from the station sensors. 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.
