Configure Udp Serial Mode - Digi IX10 User Manual

Hide thumbs Also See for IX10:
Table of Contents

Advertisement

Serial port
while read -r line; do
done
16. Save the configuration and apply the change:
(config)> save
Configuration saved.
>
17. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.

Configure UDP serial mode

The UDP serial mode option in the serial port configuration provides access to the serial port using
UDP.
To change the configuration to match the serial configuration of the device to which you want to
connect:
  Web
1. Log into the IX10 WebUI as a user with Admin access.
2. On the menu, click System. Under Configuration, click Serial Configuration.
The Serial Configuration page is displayed.
Note
You can also configure the serial port by using Device Configuration > Serial. Changes
made by using either Device Configuration or Serial Configuration will be reflected in both.
IX10 User Guide
case "$line" in
ATDT123)
echo "CONNECT" # instruct the peer to start PPP
exit 0 # start up the local PPP session
;;
AT*)
echo "OK" # passively accept any other AT command
;;
esac
Configure UDP serial mode
215

Advertisement

Table of Contents
loading

Table of Contents