-
Notifications
You must be signed in to change notification settings - Fork 130
Items TED
ggodart edited this page Jan 6, 2021
·
1 revision
See original
use TED;
$ted_interface = new TED;
# Serial/USB port that the TED is connected to.
TED_serial_port = /dev/ttyUSB0
# If your ted firmware version is > 8.01U, you need this parameter as well.
# New versions of firmware won't send data unless prompted.
TED_ask_for_data = 1
David Satterfield [email protected]
None