diff --git a/src/scc.c b/src/scc.c index b52dd47..e7e8f61 100644 --- a/src/scc.c +++ b/src/scc.c @@ -392,7 +392,7 @@ scc_regen_clocks(int port) } break; case 4: /* Imagewriter */ - scc_ptr->baud_rate = 230400; + scc_ptr->baud_rate = 0; scc_ptr->tx_dcycs = tx_dcycs * 1.2; //Somehow this speeds up serial transfer without overrunning the buffer scc_ptr->rx_dcycs = rx_dcycs * 1.2; break;