![]() |
v3.20 changes - Printable Version +- CBMSTUFF FORUM (https://www.cbmstuff.com/forum) +-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1) +--- Forum: WiModem232 (https://www.cbmstuff.com/forum/forumdisplay.php?fid=79) +---- Forum: Firmware (https://www.cbmstuff.com/forum/forumdisplay.php?fid=82) +---- Thread: v3.20 changes (/showthread.php?tid=775) |
v3.20 changes - admin - 11-26-2020 Starting with v3.20 firmware you can now change the number data bits, the parity, and number of stop bits. In the past, this has always been the standard of 8 data bits, no parity, and 1 stop bit (8N1). You can now change any of those when setting the baud rate. To make the change, add the new config after the baud rate. Example: AT*B300,8E1 This would set the baud rate to 300 baud and set the number of data bits to 8, the parity to EVEN, and the number of stop bits to 1. The following 12 options are available: 8N1 8E1 8O1 8N2 8E2 8O2 7N1 7E1 7O1 7N2 7E2 7O2 ATI now shows the baud rate along with the current data bits, parity, and stop bits. RE: v3.20 changes - amackie - 01-01-2021 I noticed that XModem from my Mac SE now works better -- it was not completing downloads. Nice! RE: v3.20 changes - admin - 01-01-2021 That would be something to do with your router. Nothing has changed in the firmware in the last few years that might have improved that. |