Replies: 5 comments 22 replies
-
the idea occurred to me, and I had an idea for a TCP/IP modem using some kind of hayes commands to 'dial' IP addresses Just noting you can already accomplish this sort of thing with the right os support, see and i believe on linux it's even easier as you can redirect a serial port with netcat. |
Beta Was this translation helpful? Give feedback.
-
In any case, the serial implementation in MartyPC is sort of barebones at the moment; i implemented just enough to get procomm plus to connect to a serial shell on a raspberry pi. If you do any file transfers i'd be curious to see how well it performs. Checkit diagnostics fails several serial port tests so I have some work to do there. The UART i'm emulating is also pretty primitive. |
Beta Was this translation helpful? Give feedback.
-
I've gotten the I acknowledge my hardware is older (Thinkpad W520), but seeing as it worked fine before this commit, I want to investigate further. Also, what paint program is that? |
Beta Was this translation helpful? Give feedback.
-
I acknowledge there is a lot going on in this screenshot, but I wanted to get as much on-screen as possible for future-me. It looks like at least Of all these, I think only the following two are absolutely required for
|
Beta Was this translation helpful? Give feedback.
-
Okay, so I've tried a I have provided
From reboot, if I do I'm not sure where 3,241 comes from, but I have a good idea where the 3,322 vs 3,392 is coming from; according to I can deterministically reproduce these results across runs of Footnotes
|
Beta Was this translation helpful? Give feedback.
-
Normally, when I have a PC with only a serial port and install media, I do a bootstrap from tcom.com or a BASIC Kermit to upload additional files to my machine.
COM2 connects to a real port (which is great!), so you can emulate a file transfer with a null modem cable connected to another serial port on your local machine. However, I'd like a simpler setup.
Would a COM3 port that is attached to a listening TCP port that sends/receives raw bytes be something you'd be interested in? I am willing to prototype this feature myself.
Beta Was this translation helpful? Give feedback.
All reactions