Modifications

Sauter à la navigation Sauter à la recherche
482 octets ajoutés ,  30 octobre 2018 à 21:46
Ligne 242 : Ligne 242 :     
== Capturing data to file ==
 
== Capturing data to file ==
Having data available in the Arduino Serial Monitor is great... but capturing the content to a file is even better.
+
Having data available in the Arduino Serial Monitor is great... but capturing it without Arduino would be even better.
   −
=== With terminal Software ===
+
=== Putty ===
 +
The putty software (available on Windows, Mac, Linux) can be also be used to connect to the Arduino Serial Port interface
 +
 
 +
Here how it should be configured to capture the data.
 +
 
 +
[[Fichier:ENG-CANSAT-MISSION1-RECEIVE-30.png|360px]]
 +
 
 +
Putty also offers some logging capability that may be useful.
 +
 
 +
=== Linux command ===
 
If you are addict to Linux or Raspberry-Pi board then you can easily view and capture the data with the following commnands.
 
If you are addict to Linux or Raspberry-Pi board then you can easily view and capture the data with the following commnands.
   Ligne 279 : Ligne 288 :  
ser.close()
 
ser.close()
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
=== Other options ===
 +
You may find many other capture methods from Internet:
 +
* Free Software available on Internet
 +
* Source Code example for your favourite programming language.
    
{{ENG-CANSAT-TRAILER}}
 
{{ENG-CANSAT-TRAILER}}
29 915

modifications

Menu de navigation