I never had an Amiga and am trying to get an emulated Amiga[...]
environment running on my system.
From what I can tell, that should be enough, but it isn't. I've tried
a few terminal programs and even at loglevel 4 I can't see any serial comms going from fs-uae to tcpser.
I never had an Amiga and am trying to get an emulated Amiga environment running on my system.
I'm running Debian Trixie currently.
What I want to do is get fs-uae to talk to tcpser so I can use it to "dial out" to other systems, but back-and-forth with Gemini and researching what
I can hasn't yielded much progress.
tcpser is running with:
./tcpser -v 25232 -s 2400 -p 6400 -l 4
This works fine with VICE.
The fs-uae configuration file has this in it:
serial_port = tcp://127.0.0.1:25232
From what I can tell, that should be enough, but it isn't. I've tried a
few terminal programs and even at loglevel 4 I can't see any serial comms going from fs-uae to tcpser.
Has anyone made this work -- maybe someone running an emulated Amiga BBS?
the part you are missing here is that both ends are listen ports, you
need to create a connection with something between the two endpoints to transfer data
this could be achieved with socat with something like
socat TCP4:<fs-uae host>:25232 TCP:<tcpser host>:25232
tcpser will successfully process the call depending on the software you are using you may need to add a proxy number to tcpser cli with -n
if you are on localhost just adjust the fs-uae port to something else
| Sysop: | smooth0401 |
|---|---|
| Location: | New Providence, NJ |
| Users: | 4 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 495332:03:03 |
| Calls: | 385 |
| Files: | 788 |
| D/L today: |
61 files (11,356K bytes) |
| Messages: | 59,931 |