This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Currently I am trying to figure out how the GUI communicates with the EVM meter through serial in order to create my own application to read the three-phase data. I have seen the source code for the board but I am still confused as to what is going on. I am sniffing the serial traffic to my PC with a serial monitor when I run the GUI application. Results are attached. output known hex.txt
Thanks
Yes sorry I meant the EVM430-F6779. Thank you for the PDF that helps alot. After looking at the source code and the pdf, I think I understand the client side commands well enough. I understand the header, length, checksum, commands, and stop bytes. But I still do not understand, on the board tx side, how to extract the phase data from the transmission message. Here is the example I am currently working on.
Client command
[09/06/2016 10:11:54] Written data (COM10)
fe fe fe fe 68 99 99 99 99 99 99 68 23 02 61 00 ec 16
so we have a command of 0x61 or get phase 1 readings
[09/06/2016 10:11:54] Read data (COM10)
fe fe fe fe 68 99 99 99 99 99 99 68 23 1f 61 80 8f 17 e6 06 60 29 00 00 1c 00 00 00 60 29 00 00 f0 d8 6d 17 09 01 0b 00 f0 5c 82 03 00 7b 16
Underlined is the data I just am still not understanding how to interpret it, even with the pdf. Below is the data I am expecting to find or close to it.
Below is the work I have done so far
**Attention** This is a public forum