User Tools

Site Tools


supp:pycom:start

This is an old revision of the document!


PYCOM IoT Modules

pymakr Plugin for VS Code

Gloabel Settings for pymakr

https://docs.pycom.io/pymakr/settings

The pymakr.json file stores the global settings (not individual project settings) under
C:\Users\<username>\AppData\Roaming\Code\User

Serial Port Connection for pymakr

pymakr.json
{
	"address": "COM25",
	"username": "micro",
	"password": "python",
	"sync_folder": "",
	"open_on_start": true,
	"safe_boot_on_upload": false,
	"sync_file_types": "py,txt,log,json,xml,html,js,css,mpy",
	"ctrl_c_on_connect": false,
	"sync_all_file_types": false,
	"auto_connect": false
}

Wifi Connection for pymakr

pymakr.json
{
	"address": "192.168.4.1",
	"username": "micro",
	"password": "python",
	"sync_folder": "",
	"open_on_start": true,
	"safe_boot_on_upload": false,
	"sync_file_types": "py,txt,log,json,xml,html,js,css,mpy",
	"ctrl_c_on_connect": false,
	"sync_all_file_types": false,
	"auto_connect": false
}
supp/pycom/start.1542887575.txt.gz · Last modified: 2018/11/22 11:52 by admin