i am a c++ developer typically working with mfc and win32. I realize I am asking for opinions but was hoping to gain a number of possible answers. Recently I've been ask to develop a reusable interface program. This program will
operate between our main working application ( a win32 executable) and a micro-controller based control card through an rs232 serial port. The application should be a multi-threaded executable with some type of light-weight gui. It should have a dll
interface for other applications to gain access. We are developing in MS visual studio 2008 with win7 and winXP target systems. What would be a current software technology to implement?
↧