meteor
Sep 28, 2007, 04:40 PM
I'd like to be able to use the nice graphing software that is included with the Orbit Microlader with other serial-output based charger/dischargers I have.
Many different charge/discharge systems offer a 1Hz data stream on their serial ports, but they all have unique ways to encode (usually one line of ASCII text per second) what is essentially the same data. (time, voltage, current, and perhaps "mode")
Assuming one can write the application, is it possible to read data from COM1 and apply a bit of reformatting to it, and then send it to a virtual COM2 or COM3 for the graphing program to use?
The decoding and re-encoding would introduce a slight time lag, but for a charger, that's pretty much irrelevant!
Ideas?
Thanks.
Many different charge/discharge systems offer a 1Hz data stream on their serial ports, but they all have unique ways to encode (usually one line of ASCII text per second) what is essentially the same data. (time, voltage, current, and perhaps "mode")
Assuming one can write the application, is it possible to read data from COM1 and apply a bit of reformatting to it, and then send it to a virtual COM2 or COM3 for the graphing program to use?
The decoding and re-encoding would introduce a slight time lag, but for a charger, that's pretty much irrelevant!
Ideas?
Thanks.