-
Notifications
You must be signed in to change notification settings - Fork 94
Using FujiNet‐PC‐RS232 with MartyPC
dbalsom edited this page Sep 5, 2026
·
1 revision
Prerequisites:
-
Fujinet-RS232 adapter with firmware 1.6.1 or greater
- If you need to update your firmware, download fujinet-flasher 1.5.0 or greater here
-
MartyPC 0.5.0 or greater, from an official release or compiled from source
-
Fujinet-PC-RS232 1.6 or greater. This is the command-line utility that interfaces your host PC with a Fujinet-RS232.
- Download a nightly release from for your platform from releases.
- Download a nightly release from for your platform from releases.
-
DOS Fujinet driver (FUJINET.SYS) 1.6.1 or greater.
- Edit
fnconfig.inion the SD card- Edit the section under
[WiFi]with your SSID details.[WiFi] enabled=1 SSID=[Your network name here] passphrase=[Your WPA password here] - Edit the section under
[BOIP]setenabledto1, set host tolocalhostand pick your desired port number.[BOIP] enabled=1 host=localhost port=42000
- Edit the section under
- Uncomment or create the following section under
[emulator.serial_bridge]in yourmartypc.toml[[emulator.serial_bridge.connection]] guest_port = 0 transport = "tcp" port_name = "Fujinet" address = "127.0.0.1:42000" connect_timeout_ms = 3000 connect_trigger = "OnStartup" auto_reconnect = true reconnect_interval_ms = 100- The port number in
addressshould match the port you selected infnconfig.ini -
guest_port = 0will use guestCOM1. Useguest_port = 1to useCOM2.
- The port number in
- You should see this at the end of output:
15:35:18.627338 > Setting up BoIPChannel: listening on localhost:42000 15:35:18.627984 > Resolving hostname "localhost" 15:35:18.641358 > Resolved to address 127.0.0.1 15:35:18.641518 > ### BoIPChannel accepting connections ### 15:35:18.889598 > BoIPChannel: connection from: 127.0.0.1 15:35:18.889803 > ### BoIPChannel connected ###- Confirm the port number you selected is representing after
listening on localhost.
- Confirm the port number you selected is representing after
-
Navigate to
Machine->Input/Output->Serial Ports->COM1orCOM2. -
You should see
TCP Client: (Connected to "Fujinet").
- Add
FUJINET.SYSto the root of a bootable floppy disk image or your hard disk. - Edit
CONFIG.SYSto add the following line:DEVICE=FUJINET.SYS FUJI_PORT=1 FUJI_BPS=115200- Use
FUJI_PORT=1forCOM1,FUJI_PORT=2forCOM2, matching theguest_portsetting inmartypc.toml.
- Use
- Reboot with the floppy disk inserted, or boot from your hard drive depending on where you installed
FUJINET.SYS. - If Fujinet has set your date and time correctly, you have connected!
- To configure Fujinet from the guest machine:
- Navigate to your D: drive (ensure you have no other disks mounted)
- Run
CONFIG.EXE
- To configure Fujinet from your web browser:
- Navigate to
https://127.0.0.1:8000, replacing the port number with the one you have configured.
- Navigate to
Copyright 2026 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - AppKey-Registry-Page
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- The Network Protocol Handbook
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Intellivision Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine