Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Kkajr

Re: A few questions, intel edison/ arduino

martin wrote:

This does not really look like WinSCP question. Consider asking on some forum about edison and arduino.


Yeah youre right, i put a topic up in an arduino forum.
Do you know how to automate sending a txt file over winscp?
martin

Re: A few questions, intel edison/ arduino

This does not really look like WinSCP question. Consider asking on some forum about edison and arduino.
Kkajr

A few questions, intel edison/ arduino

Hi ive got a few questions surrounding the edison and arduino.
First off, I was wondering if there was a way to use WinSCP to run a sketch file, a .ino, from winSCP. (I saw it had to be in .elf form, but im not really sure what that means)
Second, I am trying to get data from one arduino, plugged into my pc, into an edison over wifi. So my best bet was using puTTy to turn the serial data into .txt, and automate the transfer over wifi. I wanted realtime transfer (<500 ms), and im not sure if the arduino can read a changing file, without reopening it every loop.

Is there a better way to directly access live serial data? I am very new to this stuff.