Problem with IO with WFS210

Please reply:
I can only get to HELLO when i try to connect to the WFS210, i don not know how to use or ‘translate’ the protocol to C or python or any other language.

Could you please post a script of how to collect data from the wifi connection using the ‘protocol’
The reason for all this is that I need to save data from the scope, but the resolution is only xx.xx format, and when you run in mV mode the exported data are of no value since the format to export is fixed

Hi

You can find the source code here =>https://github.com/Velleman/WFS210-App

Is this for the PC application ? I do not know c# so It is reallyhard to see how to implement the changes.

Could you possibly give an example of how to use the protocol ? Eg by telnet / python / C?

Anders
.

This is not a PC application it’s for the mobile Apps.
We use Xamarin which allows us to write the code only once and compile it for Android or iOS.
The data you receive is indeed in Volts but indeed when the channel is in mV.
That’s why there’s also a json file exported when exporting the data.
There you can find what the channel setting was when you exported the data.

Thanks for reply:
on PC :
Exporting is always in V and not in the mV as it should be, I figured out the '.json file som time ago but the values in the csv file is always in V and not in the unit given by the json file, this means that levels which are in mV range are cut of since only exported in xx.xx format(4 digits) and not for instance xx.xxxx format (6 digits) is used when writing to file. If you could fix that I would be happy or point me in the right direction to communicate with the scope directly from an external programme using the protocol from the manual (https://www.velleman.eu/downloads/0/information/protocol_wfs210.pdf ) with an example and not the entire app-setup… I cannot read the app code
in IOS-App:
Export of data is not possible

Br
Anders

When can I expect to have an reply for my request ?