Plx-daq Version 2.11 |work| Download -2021- Jun 2026
If you are having trouble getting the file to run, are you using a 32-bit or 64-bit version of Microsoft Excel?
| Source | Notes | |--------|-------| | (first post) | Look for the “Most recent version 2.11” link posted by NetDevil | | Arduino Forum Message #72 | Contains the live download link and further discussion | | CSDN (PLX-DAQ-v2.11.zip) | Alternative mirror hosted by the developer community | | GitHub | Some repositories include the spreadsheet as part of a larger Arduino project | | Hackaday.io | Project logs often reference version 2.11 and include download links |
Key capabilities include support for up to 26 data columns, the ability to read or write any cell, and compatibility with baud rates as high as 128k.
Select (or choose "Disable with notification" to approve it each time you open the file).
When you click "Connect," Excel will begin populating cells A2, B2, C2, etc., with live data. Plx-daq Version 2.11 Download -2021-
CLEARDATA : Clears all rows from cell A2 downward to start a fresh log.
void loop() Serial.print("DATA,"); Serial.print(millis()); Serial.print(","); Serial.print(random(20,30)); // Fake temp Serial.print(","); Serial.println(random(40,60)); // Fake humidity delay(1000);
Ensure the Arduino Serial Monitor is closed before clicking "Connect" in PLX-DAQ.
When you open the macro‑enabled workbook, you will see the PLX-DAQ control panel. Before clicking , configure these settings to match your Arduino: If you are having trouble getting the file
: Use checkboxes and buttons in Excel to control microcontroller pins. System Requirements
: Requires Windows 10 and a modern version of Microsoft Excel with Macros and Active-X enabled to function.
PLX-DAQ_v2.11.zip or PLX-DAQ_2.11.xlsm
Works flawlessly on both 32-bit and 64-bit Windows environments and Microsoft Office suites. When you click "Connect," Excel will begin populating
: A dropdown menu allows you to select which specific Excel sheet should receive the data stream.
Open the file. If prompted, click "Enable Content" or "Enable Macros." If you skip this, the data logging functionality will not function.
Another software program is currently utilizing the COM port.
