reprap.snap | index /usr/lib/python2.5/site-packages/reprap/snap.py |
This module is an implementation of the SNAP communications protocol and is used for
communications between the PC host and the RepRap machine.
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Functions | ||
|
Data | ||
HDB1_OFFSET = 2 PAYLOAD_OFFSET = 5 Receiver = None SYNC_BYTE = 84 __author__ = 'Stefan Blanke (greenarrow) (greenarrow@users.sourceforge.net)' __licence__ = '\npyRepRap is free software: you can redistribute...ap. If not, see <http://www.gnu.org/licenses/>.\n' __license__ = 'GPL 3.0' localAddress = 0 printIncoming = False printOutgoing = False serialPort = None |
Author | ||
Stefan Blanke (greenarrow) (greenarrow@users.sourceforge.net) |