Modifications

Sauter à la navigation Sauter à la recherche
115 octets ajoutés ,  30 octobre 2018 à 21:32
Ligne 244 : Ligne 244 :  
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 the content to a file is even better.
   −
=== On Linux system ===
+
=== With terminal Software ===
 
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.
   −
  cat /dev/ttyUSB0
+
  cat /dev/ttyACM0 > output.dat
 +
 
 +
This command will redirect the content of the USB port to a file named {{fname|output.dat}} .
    
=== With Python ===
 
=== With Python ===
29 836

modifications

Menu de navigation