mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-28 19:32:31 +00:00
Speed up serial transfer to Virtual Imagewriter.
This commit is contained in:
parent
7e57fdbe9c
commit
ce319c9370
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user