PySerial Simulator

From dftwiki3
Revision as of 12:45, 21 April 2014 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- <bluebox> The purpose of this tutorial is to illustrate the basic steps required to build a Python module that can be used as a PySerial replacement while developi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut (talk) 13:45, 21 April 2014 (EDT)


The purpose of this tutorial is to illustrate the basic steps required to build a Python module that can be used as a PySerial replacement while developing a Python application that interfaces with an Arduino. The module presented here supports the basic PySerial functions one needs to call from a Python app to talk to an Arduino, but these functions either do not do anything, or returned canned, predefined data.