Speed up serial transfer to Virtual Imagewriter.

This commit is contained in:
Christopher Mason 2014-12-16 21:56:24 +00:00
parent 7e57fdbe9c
commit ce319c9370
1 changed files with 1 additions and 1 deletions

View File

@ -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;