from Flowcode to c# (Visual C) by wifi

Please add any feature requests for Flowcode version 7 here

Moderator: Benj

Post Reply
stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

from Flowcode to c# (Visual C) by wifi

Post by stefan.erni »

I'm looking for a Modul to make a Wlan connection.
The goal is to write a program with FC7 (for a PIC32?) that sends 1 megabite/sec to a computer. There, the data is received and stored by a C# program. C# is part of Visual Studio. Microsoft Visual Studio Community is a free software.
Maybe someone has a good suggestion or a similar project.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: from Flowcode to c# (Visual C) by wifi

Post by Benj »

This thread has an embedded device communicating with an Apache web server via Wifi and may be helpful for you.
viewtopic.php?f=63&t=18721

stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

Re: from Flowcode to c# (Visual C) by wifi

Post by stefan.erni »

Hi Ben

In the Project he use the ESP8266
I did a Project with the ESP8266 (component) and FC7.
Very comfortable to program with FC7
It's working nice for a datarate 115kB.
unfortunately I need faster datarate about 1Mega.
At the moment the connection to the ESP-component is the (slow) uart.

The ESP8266 has a second Uart what is much faster and the ESP has more faster way to connect.
There is a SPI and HSPI too.
Is it possible change the way to connect the component ESP8266 from FC7 to a faster one?
Or maybe add a second Connection for data?

Post Reply