- Make sure the specified COM port matches the port of your USB.
- Ensure that the specified port is not already in use.
Not able to communicate with usb daq device.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
>>
0 comentarios
Respuestas (1)
Sarthak
el 21 de Abr. de 2023
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
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 comentarios
Walter Roberson
el 24 de Abr. de 2023
Have you created a circuit diagram for your device that you could post?
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!