i have Windows 7 Ultimate 64-Bit running
my goal is to control a lot of LED's in my pc case and be able to set different 'profiles'
i'm currently thinking of using a php script witch send all outputs to the arduino so it knows witch LED's there need to burn
and let the php script set up the different 'profiles' for the LED's
if i can use a database to control my arduino i will let it check like every 5 secs or more
EDIT: got the php script working now, needed to use "\.\COM3" instead of just "COM3", don't ask me why but i find it at a page from microsoft -> Naming Files, Paths, and Namespaces - Win32 apps | Microsoft Learn