version.txt A changed points as to v1.2.0.3 --> v1.2.0.4. (0)Constant value of Firmware version was changed : v1.2.0.3 --> v1.2.0.4 . (1)The indication form of MAC Address was changed from xx-xx-xx-xx-xx-xx to xx:xx:xx:xx:xx:xx as colon division. Therefore, the five put mac address modules, MOVLW '-', which are transmitted, are changed into MOVLW ':'. (2)In order to indicate just necessary port controls and established values, messages of Web control screen were much simplified. ======================================================================== Bank #1 ++ I/O Ports Section --> Only Analog Input RA0,RA1(Exp-CN4:pin6,7)is indicated. Room temperature censor input RA5(℃ conversion)is kept. Bank #2 Only values of digital input RB0,RB1(Exp-CN4:pin1-2,3-4)are indicated. [without H/L switchover] Digital output RB4,RB5(LED#4, LED#5) Switchover of conditions from web control screen. Digital output RB6,RB7(Exp-CN3:pin5-6-7,2-3-4) Bank #3 Indication and establishment of various kind of values. $8, $0--$4 DA "$8" ; version number ($8) DA "$0" ; MAC address ($0) DA "$1\">" ; IP address($1) DA "$2\">" ; net mask ($2) DA "$3\">" ; default gateway ($3) DA "$4\">" ; http Port number ($4) Write Return Buttons into Default values were abolished. (URL argument : ?INIT=Default) Bank #4 ++The number of transmitted packets and the indication of self IP address values $9,$1 are kept. ++ Footer indication ======================================================================== (3)Filling in web messages is changed into DA. Example:DB 12,84 --> DA "%\x04" (4)Fine adjustment of web messages. Example:"RA5" --> "Temp(RA5)"