• SMU 2400 UserWarning

    UserWarning: read string doesn't end with termination characters occurs when the following are sent to 2400 SMU
                   SMU.write(":READ?")
                    sleep(0.1)
                    read_buffer=SMU.read(":DATA?")

    How can I eliminate the warning? Thanks