summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pyboard.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-10-08 00:04:57 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-10-08 00:04:57 +0300
commitc15be989ee195d375f93b39aa13bc4e07b36c1eb (patch)
tree62129475b3d2c13bac4f47b209d3191b75c87397 /tools/pyboard.py
parent4514f073c18ab94b3f0f790ae813de61f38d367b (diff)
downloadmicropython-c15be989ee195d375f93b39aa13bc4e07b36c1eb.tar.gz
micropython-c15be989ee195d375f93b39aa13bc4e07b36c1eb.zip
tools/pyboard: Update docstring for additional device support.
Diffstat (limited to 'tools/pyboard.py')
-rwxr-xr-xtools/pyboard.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/pyboard.py b/tools/pyboard.py
index 8874730718..16ee41f703 100755
--- a/tools/pyboard.py
+++ b/tools/pyboard.py
@@ -5,6 +5,7 @@
# The MIT License (MIT)
#
# Copyright (c) 2014-2016 Damien P. George
+# Copyright (c) 2017 Paul Sokolovsky
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +29,11 @@
pyboard interface
This module provides the Pyboard class, used to communicate with and
-control the pyboard over a serial USB connection.
+control a MicroPython device over a communication channel. Both real
+boards and emulated devices (e.g. running in QEMU) are supported.
+Various communication channels are supported, including a serial
+connection, telnet-style network connection, external process
+connection.
Example usage: