cb20xpc /com3 cb20xsu
setserial /dev/ttyS3 port 0x8000 irq 18 uart 16550A baud_base 921600 spd_cust divisor 4
dip -t -v port ttyS3 speed 115200 term at $b 230400Then, my modem stopped responding since dip & it were running at different speeds, so I ctrl-] out of term, and quit dip (I may have had to kill -9 the dip process from another window, can't really remember for sure). Since dip stops communicating with the modem after this command, I was unable to tell the modem to write this to memory, so my guess is I'll have to repeat this command every time I turn the modem off (not every time I turn the machine off, obviously).
#!/bin/sh exec /usr/sbin/pppd /dev/ttyS1 115200to:
#!/bin/sh /bin/setserial /dev/ttyS3 port 0x8000 irq 18 uart 16550A baud_base 921600 spd_cust divisor 4 exec /usr/sbin/pppd /dev/ttyS3 230400