Enable the PanelDue port so that the ATE can test the board
| 2893 | |
| 2894 | // Enable the PanelDue port so that the ATE can test the board |
| 2895 | void Platform::EnablePanelDuePort() noexcept |
| 2896 | { |
| 2897 | auxDevices[0].SetBaudRate(57600); |
| 2898 | auxDevices[0].SetMode(AuxMode::panelDue); |
| 2899 | commsParams[1] = 1; |
| 2900 | reprap.GetGCodes().GetSerialGCodeBuffer(1)->Enable(1); |
| 2901 | } |
| 2902 | |
| 2903 | #endif |
| 2904 |
no test coverage detected