dwm1001_serialPort.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from dwm1001_systemDefinitions import SYS_DEFS
4 
5 __author__ = SYS_DEFS.AUTHOR
6 __version__ = SYS_DEFS.VERSION
7 __maintainer__ = SYS_DEFS.MAINTAINER
8 __email__ = SYS_DEFS.EMAIL
9 __status__ = SYS_DEFS.STATUS
10 
11 
12 import serial
13 
15  name = '/dev/ttyACM0'
16  baudRate = 115200
17  parity = serial.PARITY_ODD
18  stopbits = serial.STOPBITS_TWO
19  bytesize = serial.SEVENBITS


dwm1001_ros
Author(s):
autogenerated on Mon Jun 10 2019 13:05:20