You can use at least the initialization routine from the serial_hardware
library to set the baudrate to 25.
Receiving must be done seperately, for the serial libs silently ignore framing
errors. A received 0x00 with framing error is a "DMX Break" which can't be
detected using the library f
Why do you need DMX? Are there other ways of doing what you need?
I2c has device addressing, or you can use serial or spi with the SLIP library
to send packets.
I don't know much about DMX, which is why i ask.
Sent from my iPhone
> On Aug 26, 2015, at 10:06 AM, hubidrei wrote:
>
> There is a
There is an appnote AN1076 at microchip.And an instructables.
http://www.instructables.com/id/PIC18F-Based-6-Channel-DMX-Transmitter/
Am Freitag, 26. Februar 2010 12:56:01 UTC+1 schrieb Joep Suijs:
>
> Hi Nik,
>
> As Seb says, there is no DMX library. The serial libraries give you a
> good start t