guillaume Posted December 21, 2012 Share Posted December 21, 2012 Hello all, I am new, from France. I would like a way to add my own values to the OSD panel. Let me explain in details: I wrote a Windows program which read values from a temperature / moisture sensor connected to an Arduino: it's a hardware that allow to connect sensors, buttons, whatever, and programmable by USB, using Serial for bi directional communication. But it currently do nothing with these values, they are just there in my program, I would like to display them in the OSD panel, while my program run in background. Is it possible that you create a sort of external DLL that I can include and use in my program, which allow me to hook into the OSD panel so I can add my values to it? Or, do you have a better idea to achieve this? Thanks in advance, and merry christmas Quote Link to comment Share on other sites More sharing options...
Fiery Posted December 22, 2012 Share Posted December 22, 2012 An external DLL would be something we'd prefer to avoid if possible. We may be able to add the requested feature in a way that would require your software to write and update a string Registry value under the HKEY_CURRENT_USER\Software\FinalWire\AIDA64 path. AIDA64 then would pick up the value from the Registry, and place it on the OSD Panel (or SensorPanel, Desktop Gadget, log file, etc) Would it be suitable for you? Thanks, Fiery Quote Link to comment Share on other sites More sharing options...
guillaume Posted December 23, 2012 Author Share Posted December 23, 2012 Good idea Fiery I haven't thought of it, and it's easier to implement for both of us (I'm beginner)! I've just found the option "shared memory" so, at worse I could try to make my own OSD panel. Thank for your consideration Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.