Skip Talbot
EF5
Hey gang,
I have an Inspeed Vortex wind gauge that is connected to my computer via an RS232 serial cable. The gauge sends pulses on the 4 and 6 pins of the serial connector and the software I have for it counts these pulses. I'm writing my own software as part of a custom made weather station and wanted to incorporate this gauge. Does anyone know how to get these pulses pro grammatically? I'm using .Net but will take any Windows advice. The .Net SerialPort class is mainly for reading bytes and strings that transmitted digitally, and apparently this wind gauge doesn't send any digital information, just pulses. I get nothing back when I use any of the Read functions. Any ideas on how to read these pulses would be greatly appreciated.
I have an Inspeed Vortex wind gauge that is connected to my computer via an RS232 serial cable. The gauge sends pulses on the 4 and 6 pins of the serial connector and the software I have for it counts these pulses. I'm writing my own software as part of a custom made weather station and wanted to incorporate this gauge. Does anyone know how to get these pulses pro grammatically? I'm using .Net but will take any Windows advice. The .Net SerialPort class is mainly for reading bytes and strings that transmitted digitally, and apparently this wind gauge doesn't send any digital information, just pulses. I get nothing back when I use any of the Read functions. Any ideas on how to read these pulses would be greatly appreciated.