Not able to communicate with usb daq device.

3 次查看(过去 30 天)
hi all, i am not able to communicate with my usb daq device. i am using the windows' COM port in my coding. please help me out. thx
ERROR MESSAGE
Error using serialport
Unable to connect to the serialport device at port 'COM4'. Verify that a device is connected to the port, the port is not in use, and all serialport input
arguments and parameter values are supported by the device.
See related documentation for troubleshooting steps.
Error in testcode2 (line 2)
serialPort = serialport("COM4", 115200); % Replace "COM1" with the appropriate port name
>>

回答(1 个)

Sarthak
Sarthak 2023-4-21
Hi Kulbir,
As per my understanding it is difficult to pinpoint the exact reason for the error you are facing however there can be multiple reasons
  • Make sure the specified COM port matches the port of your USB.
  • Ensure that the specified port is not already in use.
If you have made sure that you have the required drivers and inputs, you may need to refer to the documentation provided by the manufacturer of your DAQ device or raise a support request for the same.
Here is the link for your reference
  8 个评论
Kulbir
Kulbir 2023-4-24
it is not an Arduino device. yes DAQ(digital to analog convert is provided in the device). a button is also provided to plot the readings.
Walter Roberson
Walter Roberson 2023-4-24
Have you created a circuit diagram for your device that you could post?

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by