Skip to content

Commit

Permalink
Updated copyright year, version to 3.4.3, and added a feature to let …
Browse files Browse the repository at this point in the history
…you set the termtype string.

git-svn-id: svn://192.168.1.10/public/Zimodem@17663 0d6f1817-ed0e-0410-87c9-987e46238f29
  • Loading branch information
bozimmerman committed Jan 28, 2019
1 parent 7f3bfc3 commit 8a2a57c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
C64Net WiFi Firmware
Copyright 2016-2017 Bo Zimmerman
Copyright 2016-2019 Bo Zimmerman

This product includes software developed by
Bo Zimmerman
Expand Down
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
C64Net WiFi Firmware 3.4.1 (C)2016-2018 Bo Zimmerman
C64Net WiFi Firmware 3.4.3 (C)2016-2019 Bo Zimmerman
Please read the LICENSE file for license information
Please read the NOTICE file for credits information

Expand Down Expand Up @@ -227,6 +227,8 @@ AT&Dn : Adds the byte denoted by n to a list of delimiter bytes. These are byte
AT&D : Resets the delimiter bytes lis. No bytes will be delimited, and packets will contain as many bytes as are received and allowed by ATS40. If this command is followed by a C, N, or A command on the SAME LINE, then the setting will apply ONLY to that connection or listener.

AT&S"40=[HOSTNAME]" : Change the modem hostname
AT&S"41=[TERMTYPE]" : Change the telnet 'termtype' response string

AT&T"[TIMEZONE],[TIME FORMAT],[NTP URL]" : set up the NTP clock. DISABLE to disable. Format is like Java SimpleDateFormat, but with % escapes. Each argument is optional.
AT&G"[HOSTNAME]:[PORT]/[FILENAME]" : Streams a file from an HTTP source on the internet. The header contains channel 0, file length, and an 8-bit sum of all the bytes in the forthcoming file, followed by the bytes of the file, all formatted as a normal packet. An ASCII 3 (CNTRL-C) received during the transfer will abort. The S44 register can be used to create artificial delays in this output. XON/XOFF Flow control also remains in effect with, on a byte-by-byte basis for the auto and manual flow control systems.
AT&Y : Resets the state machine string. No state machine will be executed.
Expand Down

0 comments on commit 8a2a57c

Please sign in to comment.