User Manual

XScopes
User’s Manual
DS-XScopes-3.5 December, 2014 Page | 35
Figure 57: Receive File Settings
Enter a file name with a BMP extension and press OK
7.2 To send a BMP screen capture to Linux:
Create the following script and save as capture.sh:
capture.sh
To use, make the script executable with “chmod +x capture.sh. Then enter “./capture.sh” into a terminal followed by the
serial device for example “./capture.sh /dev/ttyUSB0”.
Then enter a name for the bmp image including the .bmp file extension.
echo "Please enter filename. e.g
capture.bmp"
read name
stty -F $1 115200
rx -c $name < $1 > $1
Figure 58: Screen capture in Linux