STU Serial to USB Net Yaroze (V1 & V2)
The goal of this tutorial is to connect your PlayStation or your Net Yaroze to your PC using the Serial to USB Net Yaroze. It replaces the original DTL-H3050 communication cable and makes everything much easier on modern PCs.
Connect PS1 / Net Yaroze to a PC via USB.
Code uploads using SIOCONS (DOS/DosBox).
Switching to 115200 bps = noticeably faster transfers.
🧱 STU V1 vs STU V2
✅ 1 - Requirements
If you own the original Net Yaroze boot CD + Net Yaroze console + Access Card, you do not need the cracked CD, and you also do not need a console that can read CD-Rs (you have the original disc).
More Net Yaroze downloads are available in our section "Downloads: Net Yaroze & PlayStation" .
🔧 2 - Wiring / Connection
Connect your PS1 to your PC with the Serial to USB Net Yaroze as shown below:
💻 3 - PC Setup
First, connect the Serial to USB Net Yaroze to your PC using the USB cable. Windows should detect it and install the drivers automatically.
>> Start > Control Panel > Device Manager
Scroll to the bottom: "Serial to USB Net Yaroze" should appear as a COM port with the number in parentheses. Write it down—you’ll need it next.
Extract the “Net Yaroze software development disc” archive to: C:\net-yaroze-sdk\
Then install DosBox (it runs DOS apps and can map a real serial port into the emulation). To apply the DosBox patch, copy dosbox.exe and SDL.dll from the "dosbox-0-74-5n1patch" archive into your DosBox install folder (default: C:/Program Files (X86)/DosBox-0.74/).
Configure DosBox to map the Serial to USB Net Yaroze and set the speed (9600 bps at first). In the DosBox install folder, run "DOSBOX 0.74 Options.bat":
Edit the “Serial” section like below (replace “X” with your COM port number):
serial1=directserial realport:COMX
serial2=disabled
serial3=disabled
serial4=disabled
Then edit the “autoexec” section like below:
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount c: c:\net-yaroze-sdk
c:\psx\djsetup.bat
c:
⚡ 4 - Power On
Insert the “Net Yaroze boot disc” (cracked if you don’t have the Access Card in slot 1). Power on your PS1 / Net Yaroze. You should see:
Terminal Speed 9600 BPS: see chapter 6 to increase the speed.
Your PS1 / Net Yaroze is now ready to receive code via “serial I/O”.
👋 5 - Hello World
Now we’ll run code using SIOCONS: Serial Input Output CoNnectionS.
C:
cd C:\PSX\QUICK\
siocons batch0
(the lines "c:" and "cd c:\psx\quick" were added to "djsetup.bat" to start directly in the "quick" folder)
Your console screen should confirm reception, upload to memory, and then execute the program:
In C:\PSX\ (DosBox), you’ll find multiple test programs. Explore them by browsing the folders and using the command "siocons auto".
🚀 6 - Communication speed
You are currently at 9600 bps. We’re going to switch to 115200 bps. Boot your Net Yaroze / PS1 with the “Net Yaroze boot disc” and insert a memory card in slot 2.
Launch DosBox and type:
Wait 2 seconds and press "Enter" to regain control of the prompt. Then type:
Your console is now at 115200 bps. On the PC side, press "F10" then "F2" to return to the DOS prompt, then run:
SIOCONS will ask: "Save the new baud rate into the memory card ? ( y/n )" → answer y. It will confirm with "Completed".
File: C:\net-yaroze-sdk\PSX\DJSETUP.BAT
Replace: set DTLH3000=0x3f8,4,9600
With: set DTLH3000=0x3f8,4,115200
Your PlayStation and DosBox are now configured for 115200 bps.
🧩 7 - STU Configuration
Your STU should appear in the "Device Tree":
Go to: "Device:X" > "Hardware Specific" > "Invert RS232 Signals"
Two possible configurations:
Next: "Device:X" > "USB String Descriptors"
Untick "Auto generate serial" to keep the same serial number:
Menu: "Devices" > "Program" then click "Program".
Unplug and plug the STU back in. Enjoy!
NY = Net Yaroze (Config 1)
HB = HomeBrew (Config 2)


















