f920
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Just curious, where to look or a starting place if you will, for capturing data on a serial port. I have an older hobbyist weather station that I would like to capture weather data from and input into daily CSV files. There is a third-party application out there called Wview, I am unsure how to install it on FreeBSD. My experience with installing software has been limited to the Ports system.
Running 7.4 Stable on an Optiplex 745 (older Pentium D 3.4, 2GB RAM) Thank you. Last edited by DutchDaemon; May 1st, 2012 at 18:07. |
|
#2
|
||||
|
||||
|
You can use cu(1) for it. But perhaps something like comms/minicom is more familiar?
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
I am not too familiar with either of those, I will read up on them. Thank you.
|
|
#4
|
||||
|
||||
|
I would probably use comms/minicom to look at the traffic, see how it's structured. Then build something using perl or python to read that data and write out the CSV.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#6
|
|||
|
|||
|
Thank you all for the replies. Looks like it is time to tinker.
Last edited by DutchDaemon; May 2nd, 2012 at 00:26. |
|
#7
|
|||
|
|||
|
I have wview running on FreeBSD 8.2. It compiled, installed, and configured quite easily. If you have any questions, let me know. My weather site has been active for just around 6 months. No problems at all.
-JB Last edited by DutchDaemon; May 10th, 2012 at 21:58. |
| The Following User Says Thank You to jbjones For This Useful Post: | ||
wblock@ (May 10th, 2012) | ||
|
#8
|
|||
|
|||
|
Quote:
-JB |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Book: FreeBSD Device Drivers - a short review -- and a serial lirc driver | nox@ | FreeBSD Development | 21 | December 31st, 2012 19:20 |
| USB serial adapter, cu write: Device not configured | fabiodive | Peripheral Hardware | 7 | November 1st, 2012 02:25 |
| [Solved] Usb-serial adapter | mghis | Peripheral Hardware | 3 | August 18th, 2011 02:06 |
| [Solved] Why won't Freebsd make a device entry for my USB device? | osx-addict | Peripheral Hardware | 8 | March 12th, 2010 02:30 |
| Conky 1.7.2_4 apcupsd and weather support enabled | Dru | Installation and Maintenance of FreeBSD Ports or Packages | 0 | December 31st, 2009 05:22 |