Day: October 24, 2017

  • xlsx library for C++

    I had the need to make excel spread sheets for humans to see results a program I made with C++ was producing.I used to use a licensed library named libxl but after moving to newer versions of Visual Studio I ended up having difficulties to get this library working (probably because my license was for…

  • Programming Arduino With Max3232 of Max232

    To Program the Arduino over a MAX232 one simply needs to press the reset button on the board or to ground the reset pin till the Arduino IDE has compiled the program it is ready to upload. At this point release the reset button or remove the grounding wire and the Arduino IDE will start…