6/22/2009 WEBster Firmware Update B026. 1. added date and time to setting web page 3/18/2008 WEBster Firmware Update B025. 1. fixed web page settings to allow RTC ON control 2. reorganized code for increased efficiency 3. added DEBUG command to Test Mode 3/14/2008 WEBster Firmware Update B024. 1. added synfile form value "http" that will return an HTTP 200 OK status 2. updated AJAX example to work with IE7 WEBster Firmware Update B023. 1. The HTTP Server has been updated. The following changes have been made: - supports up to 4 simultaneous connections - will automatically close idle connections - allows TCP packets to be fragmented - added support for Director and AJAX (ajax.htm and ami.js example files included) 2. New commands added to test mode: ?udpmode - prints the current udp mode setudpmode - set to "ON" for automatic udp to rs232 conversion set to "OFF" to allow the serial port to accept commands from the serial port 3. WinScript command added to allow a WEBster to send UDP messages to any number of devices. (Ami_webster.pcl included) event: SendUDP param1: port param2: destination (for example: "192.168.0.10:2639") param3: message 4. Fixed support for uploaded schedule files. The manual states the schedule filename to upload is schedule.new" but only "schedule.now" would be accepted by the WEBster. Both file names are now acceptable.