답변 있음
cannot connect to instrument using IVI driver
Since I do not have the actual instrument, I was not able to try it out with one - but I was able to successfully connect using ...

거의 13년 전 | 1

| 수락됨

답변 있음
Reading signed data from RS232
You can provide the precision that you want to use with fread. The <http://www.mathworks.com/help/techdoc/ref/serial.fread.html...

거의 13년 전 | 0

답변 있음
Help request: using Instrument Control toolbox with Ni-Scope and PXI-5122
You can get the correct resource string from either the NISCOPE front panel application that comes with the NISCOPE driver or fr...

대략 13년 전 | 0

답변 있음
i want to read the serial data using for loop... and want to get a real time data plot
You might also want to consider using an event based read from serial port rather than a while or for loop. If you are getti...

대략 13년 전 | 0

답변 있음
VXIPNP - Matlab instrument driver
To check that you have the basic setup correct, you might want to follow the <http://www.mathworks.com/products/instrument/demos...

대략 13년 전 | 0

답변 있음
TMTool/MIDEdit Driver in Simulink
Currently there isn't any way to call a function defined in the driver file from within a Simulink model. You might want to ...

대략 13년 전 | 0

답변 있음
Message truncation/concatenation in TCP/IP between MATLAB and Swistrack
<http://www.mathworks.com/help/toolbox/instrument/fscanf.html fscanf> reads the data from the object until one of the following ...

대략 13년 전 | 0

| 수락됨

답변 있음
Test & Measurement tool (tmtool): calling two or more channels in readwaveform
If you don't mind writing a little MATLAB code, you can open the MATLAB Instrument Driver in midedit tool and add your own, cust...

대략 13년 전 | 1

답변 있음
Realtime Plotting of RS232 Data Help
Hi, You might want to look at the examples available on MATLAB Central File Exchange: 1. <http://www.mathworks.com/matlabc...

대략 13년 전 | 1

답변 있음
PROBLEM -> INSTRUMENT CONTROL - R&S CMU 200
Hi Karthik, When using GPIB interface, you might want to make sure that your instrument is configured to use GPIB interface a...

대략 13년 전 | 0

답변 있음
tmtool doesn't detect Agilent 4339b over GPIB or VISA, can't communicate
Hi Wes, You must configure vendor's VISA utility before those instruments can show up in MATLAB. For NI VISA the utility is c...

대략 13년 전 | 0

질문


Can I use MATLAB to communicate with a Serial Port and/or a Virtual Serial (USB-to-Serial) Port?
Is it possible to communicate with a Serial Port either built-in to my computer or a Virtual Serial Port (USB-to-Serial adaptor)...

대략 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Programming Automated Test Equipment with MATLAB instrument control toolbox
Hi Matt, You should be able to communicate over GPIB using the Instrument Control Toolbox. Once you have the GPIB object cre...

대략 13년 전 | 1

답변 있음
Reading from serial port
Akash, You might be getting the data slowly. The delay might be caused by _fscanf_ waiting for data to be available. As liste...

대략 13년 전 | 0

답변 있음
Does serial () detect a virtual COM port
You should be able to get a USB-to-Serial adaptor to show up in MATLAB. Remember to restart MATLAB to see the new port show up. ...

대략 13년 전 | 1

답변 있음
in-code scanning of com port and acquierement of a stills image
If you are facing problems in getting the Serial Port communication going the way you want, here are some links that might help ...

대략 13년 전 | 0