@@ -1239,6 +1239,7 @@ <h3 style="text-align: center;">Need help? Go to the <a href="https://github.com
12391239 </ div >
12401240 </ div >
12411241 < div class ="settings-content settings-45-55 ">
1242+ {% if not tweaks.platform == "RS232" %}
12421243 < div class ="set ">
12431244 < div class ="settings-label ">
12441245 < label for ="serial_port "> Serial Port</ label >
@@ -1247,6 +1248,7 @@ <h3 style="text-align: center;">Need help? Go to the <a href="https://github.com
12471248 < input type ="text " name ="serial_port " id ="serial_port " value ="<%FN_SERIAL_PORT%> ">
12481249 </ div >
12491250 </ div >
1251+ {% endif %}
12501252 {% if tweaks.platform == "ATARI" %}
12511253 < div class ="set ">
12521254 < div class ="settings-label ">
@@ -1297,6 +1299,26 @@ <h3 style="text-align: center;">Need help? Go to the <a href="https://github.com
12971299 < script >
12981300 var current_serial_baud = "<%FN_SERIAL_PORT_BAUD%>" ;
12991301 </ script >
1302+ {% elif tweaks.platform == "RS232" %}
1303+ < div class ="set ">
1304+ < div class ="settings-label ">
1305+ < label > Baud Rate</ label >
1306+ </ div >
1307+ < div class ="settings-value select ">
1308+ < select name ="serial_baud " id ="select_serial_baud ">
1309+ < option value ="9600 "> 9600</ option >
1310+ < option value ="19200 "> 19200</ option >
1311+ < option value ="28800 "> 28800</ option >
1312+ < option value ="38400 "> 38400</ option >
1313+ < option value ="57600 "> 57600</ option >
1314+ < option value ="115200 "> 115200</ option >
1315+ </ select >
1316+ < span class ="focus "> </ span >
1317+ </ div >
1318+ </ div >
1319+ < script >
1320+ var current_serial_baud = "<%FN_SERIAL_PORT_BAUD%>" ;
1321+ </ script >
13001322 {% endif %}
13011323 < hr >
13021324 < div class ="settings-text ">
@@ -1305,11 +1327,17 @@ <h3 style="text-align: center;">Need help? Go to the <a href="https://github.com
13051327 Serial port for communication with an Atari computer.
13061328 {% elif tweaks.platform == "COCO" %}
13071329 Serial port for communication with a CoCo computer.
1330+ {% elif tweaks.platform == "RS232" %}
1331+ Serial port for communication for RS232.
13081332 {% else %}
13091333 Serial port for communication with a real computer.
13101334 {% endif %}
13111335 < br >
1336+ {% if tweaks.platform == "RS232" %}
1337+ Note: This must match the baud rate set for the FujiNet driver on the host machine
1338+ {% else %}
13121339 Note: To use it, configure above settings and disable communication with emulator.
1340+ {% endif %}
13131341 </ div >
13141342 </ div >
13151343 </ div >
0 commit comments