Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky-Kwon authored Jul 17, 2018
1 parent 6eb9d38 commit 3ac47ba
Showing 1 changed file with 3 additions and 71 deletions.
74 changes: 3 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,77 +9,9 @@ Serial to Ethernet Module based on W5500 & Cortex-M0

### v1.4.0

- First release
- Added features
- Modbus
- v1.20 Configuration Tool is required.

### v1.1.5

- Added features
- AT+MPASS : (AT command) Change the module's name(automatically saved)
- AT+MNAME : (AT command) Change the module's password(automatically saved)
- Changed
- AT+NMODE -> AT+MMODE

### v1.1.4

- Fixed Problems receiving data in AT Mode

### v1.1.3

- Fixed UDP Send Fail in AT Mode

### v1.1.2

- Fixed recevied data loss(During trans to serial) problem in AT Mode
- Limit max size(1000byte) of receive data from ethernet.

### v1.1.1

- Added inactivity time function in Server/Mixed Mode

### v1.1.0

- ioLibrary Update
- Dependency Removal (remove "board.h" in "w5500.h")
- Remove garbage file

### v1.0.4

- Fixed bug
- Time packing problem in UDP mode.
- Before : Not work normally after the first time.
- After : Work normally
- Upper and lower case problems in config Data.
- Before : Only uppercase letters work normally.
- After : Works in both uppercase and lowercase.

### v1.0.3

- Fixed bug
- AT Command Trigger
- Before : AT command is actived regardless of AT command enable.
- After : AT command is actived regard of AT command enable.
- Added features
- AT+NMODE : (AT command) Change the settings that operates in data mode(automatically saved)

### v1.0.2

- Fixed bug
- In mixed mode
- Before : when connecting to the server, the '+' had to be include in the serial data.
- After : when serial data is generated directly connecting.
- In AT command
- Before : at = a t. in other words, ignore space.
- After : at != a t. in other words, admitte space.
- Added features
- Check unlink in mixed mode
- AT+FDNS = domain name

### v1.0.1

- Fixed Project set

### v1.0.0

- First release : Apr. 2015
### Old version
- See the following link. [https://github.com/Wiznet/WIZ550S2E](https://github.com/Wiznet/WIZ550S2E)

0 comments on commit 3ac47ba

Please sign in to comment.