Skip to content

Commit

Permalink
Changing direct links to the DMX512-A specification to ESTA's TSP dow…
Browse files Browse the repository at this point in the history
…nloads page, per their document link policy.
  • Loading branch information
ssilverman committed Jan 5, 2020
1 parent 46ad84f commit bfe7cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a library for receiving and transmitting DMX on Teensy 3 and Teensy LC.
It follows the
[ANSI E1.11 DMX512-A specification](http://tsp.esta.org/tsp/documents/docs/ANSI-ESTA_E1-11_2008R2018.pdf).
[ANSI E1.11 DMX512-A specification](https://tsp.esta.org/tsp/documents/published_docs.php).

## Features

Expand Down
4 changes: 2 additions & 2 deletions extras/break-timing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BREAK Timing in DMX512-A

This document discusses BREAK and Mark after BREAK (MAB) timing in
[DMX512-A](http://tsp.esta.org/tsp/documents/docs/ANSI-ESTA_E1-11_2008R2018.pdf)
[ANSI E1.11 DMX512-A](https://tsp.esta.org/tsp/documents/published_docs.php)
using [serial port](https://en.wikipedia.org/wiki/Serial_port) terms.

A BREAK can be represented by sending a zero (SPACE bits, in serial port terms)
Expand Down Expand Up @@ -53,7 +53,7 @@ specified instead. See the section below that discusses Cortex-M divisors.
## Valid timings

The
[DMX specification](http://tsp.esta.org/tsp/documents/docs/ANSI-ESTA_E1-11_2008R2018.pdf)
[ANSI E1.11 DMX512-A specification](https://tsp.esta.org/tsp/documents/published_docs.php)
describes a range of valid BREAK and MAB timings. For transmitters, the minimum
BREAK time is 92µs and the typical duration is 176µs; there is no maximum. The
minimum MAB time is 12µs and the maximum is less than 1s.
Expand Down

0 comments on commit bfe7cdb

Please sign in to comment.