Mark Regular Member
 Joined: 26/11/2022 Location: United StatesPosts: 99 |
| Posted: 02:18am 07 Jan 2025 |
|
|
|
Enabling local echo and translating CR to LF in the terminal program was an approach that I considered. I spent an hour trying to configure either of the two terminal programs I use on the Mac (screen and minicom) without success.
What I am trying to do is write a two player game where each player runs a terminal (each on their own computer), one connected to the USB, one to the COM. Each player should not be able to see the other player's screen.
Using INPUT would require that only one player type at a time. With a custom input routine, both players could type at the same time, so now that I think about it, the custom routine is probably better.
Mark |