The document describes an experiment to interface a stepper motor with Arduino using LabVIEW. It involves establishing a front panel and block diagram in LabVIEW to start communication with Arduino and send new control values or a stop signal. The Arduino code checks for new values from LabVIEW, uses the value as the delay interval between motor steps to control speed, and sends the calculated motor speed to another serial port to confirm it is working. The result is the stepper motor is successfully run by interfacing Arduino with LabVIEW.