This is a minor release that
Thanks for confirming the update worked OK.First thing to note is that the system.conf parameters should read:sio1a_baud_rate 115200sio2a_baud_rate 9600
Image update package found - proceeding to install:
Extract [--------------------------------------------------] 100%
Install [--------------------------------------------------] 100%
Image update package successfully installed.
I (21043) phy: phy_version: 4390, 6b3c1f2, Sep 10 2020, 15:09:07, 0, 0
Good to know it’s working.
I will soon raise a PR on Z80PACK for the updates to the modem and the web frontend.We should discuss the HAL after you have a look at it on you IMSAI8080esp and decide if it goes into Z80PACK too.
#Bootrom configutation
#performance parameters
# SIO 2 Channel B, Ports 34/35 connectted to UART1/RS232-2 (default)
sio2a_upper_case 0
sio2a_strip_parity 0
sio2a_drop_nulls 1
#sio2a_baud_rate 19200
# SIO 2 Channel B, ports 36/37 connected to Hayes telnet modem
sio2b_baud_rate 2400
Now I finally understand why I can never get xmodem to work! It makes sense now that you point it out - I've only focused on _strip_parity previously.I will also comment out these lines by default in the next patch release.
| Dave, is the baud rate for the modem fixed or also configurable in the firmware?No, for now the _baud_rate parameter is only implemented for SIO1A and SIO2A.Now with the HAL it makes sense that these settings should be normalised for all 4 SIO ports.