답변 있음 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 ...
거의 14년 전 | 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...
답변 있음 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...
거의 14년 전 | 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 ...
답변 있음 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...
거의 14년 전 | 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...
답변 있음 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...
대략 14년 전 | 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.
...