codesleuth7 / pdp11_rl_ekermit

pdp-11 bare metal ekermit server for RL01/RL02 raw disk backup
Other
1 stars 0 forks source link

Binary data transfer over a DL11 console fails #1

Open codesleuth7 opened 9 months ago

codesleuth7 commented 9 months ago

Binary data transfer over a DL11 console fails.

codesleuth7 commented 9 months ago

The DL11 serial console device is not binary safe, and will not for example transmit a DEL (0x7F) character. Best fix for this would involve better console serial hardware. The software fix included that converts the binary to Base64 requires conversion back to binary after the transfer using a base64 utility. This fix also has the side effect of making the painfully slow transfer over a serial port take that much longer.