Hi Freddy, You are correct, there is a sequence of commands that need to be sent which I forgot to mention. Send the "COLLECTSETUP 20" command and then send "COLLECT 1". The argument to COLLECTSETUP will indicate the number of samples to collect. While, the argument to COLLECT is a boolean that starts the collection. Note: You will get some some binary data back from the EVM after sending COLLECTSETUP, but you can ignore this data. This info is used by the GUI to parse the data, but this you already know how to do.
↧