<% 'Simple ASP script to turn LED 1 on. 'Control AVR microcontroller Atmel Atmega168 VIA web site. 'You may have to change the COM port. 'Your web host/server should have ASP classic enable of ASP.net. 'Name file with extension *.asp (not *.aspx). 'Made by www.NERDFUL.com set NeRdFuL = CreateObject("WScript.Shell") NeRdFuL.run "%COMSPEC% /C echo 1 > com5", 0, TRUE set NeRdFuL = nothing %>