Search found 125 matches

by SILVESTROS
Wed Feb 15, 2023 9:01 pm
Forum: General
Topic: FC10 COMPILE ERROR
Replies: 1
Views: 1497

FC10 COMPILE ERROR

Hello,
when I try to compile a code (Test3) in FC10 using component Storage > File > CSV Read/Write, I get an ERROR...

Microchip MPLAB XC8 C Compiler V2.10
Build date: Jul 30 2019
Part Support Version: 2.10
Copyright (C) 2019 Microchip Technology Inc.
Employing 18F458 errata work-arounds ...
by SILVESTROS
Fri Feb 10, 2023 4:37 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 11439

Re: DATA TO .CSV FILE

many thanks for info,,,below is a tutorial where sensors data send to Excel using ESP8266 and within an windows app Things Gateway...codes is simple but are in language lua...I don't know that language but I think that is easy to convert to Flowcode ..that app needs only serial data and specific ...
by SILVESTROS
Thu Feb 09, 2023 7:14 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 11439

Re: DATA TO .CSV FILE

thanks Steve , but I prefer not a chart, but as in the following tutorial

https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2015/12/ThingsGateway-excel.jpg?w=488&quality=100&strip=all&ssl=1

I'll use Data Streamer to insert CSV file to Excel...what is the format of data string that must ...
by SILVESTROS
Thu Feb 09, 2023 4:04 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 11439

Re: DATA TO .CSV FILE

Thanks Steve , no data in Excel..is there an example ?
by SILVESTROS
Wed Feb 08, 2023 11:25 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 11439

DATA TO .CSV FILE

Hello!
I would like to send a data string ( sensors data samples) with serial to usb module to pc , and then to Excel ..I send data to pc with UART component in serial port , but how can I convert data string to .csv to import in Excel (with Data Streamer). is there an FC example on how to do that?