Skip to content

Commit

Permalink
Update Serial_Setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernardi1961 authored Mar 11, 2024
1 parent 5fbe808 commit 67f6441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Serial_Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ set line /dev/ttyUSB0 ; Specify device name<br>
set speed 9600 ; Or other desired speed (max speed in BBC Kermit)<br>
set flow rts/cts ; If RTS and CTS are cross-connected<br>
;set flow xon/xoff ; If you can't use RTS/CTS<br>
set parity even ; (or "mark" or "space", if necessary)<br>
set parity none ; (or "mark" or "space", if necessary)<br>
;set stop-bits 2 ; (rarely necessary)<br>
connect ; Enter<br> Connect (terminal) state

<em>Setup BBC Micro Kermit</em><br>
set baud 9600<br>
set flow cts/rts<br>
set parity even<br>
set parity none<br>

<b>HostFS</b> - J.G. Harston's implementation of the Serial Tube protocol http://mdfs.net/Software/HostFS/<br>
Delivers access to the PC's Hard Disc Drive via serial connection
Expand Down

0 comments on commit 67f6441

Please sign in to comment.