You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ATC to apply these settings to current Ethernet connection.
Command
Description
AT+S
Display stored Ethernet settings
AT+DEFAULTS
Set defaults for all parameters
AT+RNDMAC
MAC address to random value
AT+MAC=<XX:XX:XX:XX:XX:XX>
MAC address to provided (hexidecimal) value
AT+DHCP=<0:1>
DHCP On(1)/Off(0)
For DHCP mode only:
AT+DHCPTIME=<D>
DHCP Timeout in mS (0-65535)
AT+DHCPRESP=<D>
DHCP Response Timeout in mS (0-65535)
For Static mode only:
AT+MYIP=<D.D.D.D>
Local IP address
AT+DNSIP=<D.D.D.D>
DNS IP address
AT+GTWYIP=<D.D.D.D>
Gateway IP address
AT+MASKIP=<D.D.D.D>
Subnet Mask IP address
When in connected/on-line mode
Command
Description
+++
Disconnect from host and re-enter AT/command mode
TeensyROM/C64/128 internet Time Synch
The TeensyROM main menu/application can synch the C64/128 system time with the internet for display in the TeensyROM menu and use in other applications.
Go to the TeensyROM Settings Menu to control when the time is synchronized
Press 'f' to synch the time in the current session
Press 'd' to turn on/off automatic time-synch each time the TeensyROM is started
Assuming ethernet cable is connected
The network settings (DHCP, MAC, etc) used by the time synchronization routine are the same as used by the Swiftlink modem interface.
They can be customized by AT commands as described above in this document.
The NTP (Network Time Protocol) Server used in TeensyROM is
"us.pool.ntp.org" via port 8888
May make this customizable in a future revision if there is interest