Short: Send command to WiModem via serial port Author: Unknown Uploader: trackerhero gmail com (Carlos Peris) Type: comm/term Version: 1.0 Requires: 020 + FPU Architecture: m68k-amigaos >= 2.0.4 A little program to send a command to the modem, I use it to initialize WiModem to a higher baud rate. For example: WiReady AT*B19200 Tells the modem to work at 19200 bauds. You can specify a second parameter, with the initial speed to connect, for the case of WiModem it is 300 bauds: For example: WiReady AT*B19200 300 The code comes from Amiblitz distribution, I had to compile it using Amiblitz2, this is why I think it will need FPU to run it. Version 1.0 (21-Jun-2019) -Initial release