OpenEVSE uses 5V TTL logic for its UART. Why does your meter’s protocol have a command to set IP address? Does it have an Ethernet port as well?
--
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
OpenEVSE uses 5V TTL logic for its UART. Why does your meter’s protocol have a command to set IP address? Does it have an Ethernet port as well?
-------- Original Message --------
Subject: RE: TTL serial interface on QUAD power meter
From: "lincomatic" <linco...@gmail.com>
Date: Tue, August 04, 2015 1:34 am
To: <open...@googlegroups.com>
OpenEVSE uses 5V TTL logic for its UART. Why does your meter’s protocol have a command to set IP address? Does it have an Ethernet port as well?
From: open...@googlegroups.com [mailto:open...@googlegroups.com] On Behalf Of vegasbrad
Sent: Sunday, August 2, 2015 5:28 PM
To: OpenEVSE
Subject: TTL serial interface on QUAD power meterHey guys. I ordered a few of these QUAD meters before the kWh feature was added to the firmware and had great luck with them. On a recent one I found a link to the manual (attached) and discovered it has TTL serial interface with instructions on what the command structure is like! A request can be send to the meter for Volts/Current/Energy/Power for example and the meter will respond. Being as the openevse board doesn't read voltage I thought this could come in handy. Is the openevse FTDI port TTL? I think it would be cool to connect these two together.--
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are you sending the commands as ASCII or binary? The protocol appears to be binary, so you can’t just type the commands in a terminal.