Quantcast
Channel: Microcontrollers, Programming and IoT
Viewing all articles
Browse latest Browse all 1271

Reading ASCII CSV data from an External Module to Arduino Serial Ports

$
0
0
Hi everyone !

I have a Power analyzer module here:

http://www.e-gizmo.com/KIT/poweranalyzer2.html

that can analyze the power statistics such as
• Real Power
• Apparent Power
• Reactive Power
• Fundamental & Harmonic Power
• Power Factor
• Volt rms
• Amp rms
• Watt-hr

It uses UART Communication so that I can connect it directly to a PC and read its values to my VB Program below:

Code:
Public Class frmEMII
    Dim serialdelay As Integer

    Private Sub...
Reading ASCII CSV data from an External Module to Arduino Serial Ports

Viewing all articles
Browse latest Browse all 1271

Trending Articles