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
For more details, please refer to [WIZ550web Wiki page](http://wizwiki.net/wiki/doku.php?id=products:wiz550web:start) in [WIZnet Wiki](http://wizwiki.net).
Various materials are could be found at [WIZ550web Wiki page](http://wizwiki.net/wiki/doku.php?id=products:wiz550web:start) in [WIZnet Wiki](http://wizwiki.net).
143
-
144
-
- Documents
145
-
- Getting Started Guide
146
-
- User's Guide (for AT command)
147
-
- Future Plan
148
-
- Technical Reference (Datasheet)
149
-
- Hardware Specification
150
-
- AC/DC Characteristics
151
-
- Reference Schematic & Parts
152
-
- Dimension
153
-
- See also
154
-
47
+
<br>
155
48
156
-
## Revision History
157
-
v1.1.1 Stable
158
-
- Sep. 2015
159
-
- History
160
-
- Bug fixed: Socket and data length handling problems in some web browsers (e.g., ie11)
161
-
- Modified the TCP socket state transition handler of the HTTP server routine for clarity
162
-
- Added the custom command handler in userHandler.c/h
163
-
- Users can add custom commands using this function form
164
-
- e.g., I/O control commands without web pages
165
-
- Changed some letters in code: convert uppercase to lowercase
166
-
- e.g., WIZ550WEB -> WIZ550web
49
+
## F/W Revision
50
+
|-|H/W rev 1.1|H/W rev 1.0|
51
+
|:--:|:--:|:--:|
52
+
|The latest|v2.0.1|1.1.2|
167
53
168
-
v1.1.0 Develop
169
-
- Jan. 2015
170
-
- History
171
-
- Added the FTP Server feature. (F_APP_FTP)
172
-
- Added the Data Flash feature on FatFs. (F_SPI_FLASH)
173
-
- We support a storage of data flash as well as SD card above v1.1.0 release.
174
-
- You can use one of a SD card and a data flash. The mount priority of a SD card is higher than a data flash.
175
-
- If you wish to use a SD card, you must copy the web page to a SD card and insert a SD card into a slot.
176
-
- If there is no SD card after detecting during about 3 seconds, you can use a data flash.
177
-
- You must have the initialization process of data flash at least once.
178
-
- When SW1 and SW2 are pressed at the same time, the data flash is initialized by FatFs. And reset a target.
179
-
- You must copy the web page to a data flash by FTP client tool.([ALFTP](http://www.altools.com/ALTools/ALFTP.aspx))
180
-
- Refer to WIZ550web+FatFS+FTPServer Project Tutorial. http://youtu.be/XtnT2_CNgaY
181
-
- Refer to WIZ550web+WindowsFTP Tutorial. Need to apply a commit [cfce843](https://github.com/Wiznet/WIZ550web/commit/cfce843031bf4657fc9530e5c505a9a3d555fc91). http://youtu.be/kelGSGj3kOQ
182
-
- Refer to WIZ550web+LinuxFTP Tutorial. http://youtu.be/6qsPZA5QKEI
0 commit comments