Warning, /libraries/atcore/scripts/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002     SPDX-FileCopyrightText: AtCore Authors
0003     SPDX-License-Identifier: CC-BY-SA-4.0
0004 -->
0005 Atcore scripts
0006 ===================
0007 ---
0008 
0009 > **Note:**
0010 
0011 > - The scripts here is for development use.
0012 > - Please, make sure that you know what are you doing !
0013 
0014 #### <i class="icon-file"></i> fakeprinter.py
0015 
0016 Run the script to fake a 3D printer, before using it, run **socat.sh**.
0017 
0018 #### <i class="icon-file"></i> socat.sh
0019 
0020 Create two fake serial devices in */dev/ttyVirtual1* and */dev/ttyVirtual2*, the first will be used by the interface and the second by the **fakeprinter.py** script.
0021 
0022 > **Note:**
0023 
0024 > - Make sure that socat is installed in your system.
0025 > - Only tested in ArchLinux.