mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 01:04:17 +01:00
knows errors for pymakr atom (#468)
* doc: knows errors for pymakr atom * fix: title name, steps and C++ link * fix: atom screenshot bug file name * docs: optimization Co-authored-by: Ahmad EL Masri <ahmad@pycom.io>
This commit is contained in:
@@ -44,4 +44,19 @@ After installing the Pymakr Plugin, you need to take a few seconds to configure
|
||||
|
||||
These settings can also be applied on a per project basis by clicking `Settings` then `Project Settings`. This will open a JSON file which you can edit to enter your desired settings.
|
||||
|
||||
## Troubleshooting Guide
|
||||
|
||||
After the latest upgrade of Atom, the serialport package tries to rebuild based on the new electron version (used by Atom on version 1.57).
|
||||
|
||||
As a result, Pymakr may throw issues on environments that are missing some setup.
|
||||
You can install the missing setup requirements with the following steps:
|
||||
|
||||
1. Install Python latest version (https://www.python.org/downloads/). If you already have python installed, check if it is added to the path.
|
||||
|
||||
2. Download Microsoft Visual C++ (https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019) and install the community edition.
|
||||
|
||||

|
||||
|
||||
We are working on updating the serialport package to avoid this type of issue in the future.
|
||||
|
||||
>This process is easiest with either a Pycom Expansion Board or a Pytrack/Pysense as the addresses are automatically selected. For external products such as FTDI USB Serial Cables, the serial address may need to be copied manually. Additionally, the reset button on the device may also need to be pressed before a connection message appears.
|
||||
|
||||
BIN
static/gitbook/assets/atom_bug_cpp.png
Normal file
BIN
static/gitbook/assets/atom_bug_cpp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 325 KiB |
Reference in New Issue
Block a user