twam / IEC-62056-21-Optical-Probe

Optical-Probe for reading out power meters supporting IEC 62056-21 via USB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read data address with arduino

TheYigidOS opened this issue · comments

Hi how can i read data from adress with arduino

The probe by default (if you don’t modify anything) has an USB (client) port, so you need a device with an USB host port, such as a PC to talk to it. I‘m not aware of any Arduino support for USB host functionality.

If you don’t populate the USB chip you can connect the RS232 wires to almost any Arduino. RS232 settings then depend on the sensor you want to read out.

do u have any code for read iec62056 data with arduino

Unfortunately not :(.