RADDS Serial Header
Hi,
So I have a RADDS and PanelDue now..
PanelDue says "Connecting" It is not seeing any serial information from the RADDS.
Question: Should I be able to attach a TTL level serial to the pins on RADDS (TX1, RX1, GND) and see something on a serial terminal?
I see nothing, many different settings.
Also, I notice configuration.h has a line in "misc settings", "BAUDRATE 250000", What exactly is this? There is another line for Bluetooth Baud, not the same thing.
I change BAUDRATE to 115200 but still nothing appears on my terminal. Also set BLUETOOTH_SERIAL 1, BLUETOOTH_BAUD 115200
Using Arduino DUE, are the RADDS serial pins still Serial 1?
Life is rough without a display.
Comments
Did you ever try the RepRap firmware on the RADDS? Since the Reprap firmware was intended to support the PanelDue on the Duet, you'd think it would work with RADDS also. Afterall, a serial port is just a serial port... Same processor pins, etc.
It does seems to read temps OK.
Unfortunately, no SD card data is being displayed, so there is no way to print or read macro files. I'm not sure if the format of the data is a problem for PanelDue, or if SD card file data is not being sent out to Serial1. Pretty much useless unless I'm missing something. Repetier host of course reads the SD card data across the USB port just fine.
I guess I'm going to have to break down and try RepRap firmware. Hate to do that since I'm already familiar with Repetier.