This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMWAVE-STUDIO: DCA1000 captured data path problem when using Matlab

Part Number: MMWAVE-STUDIO
Hi,

my name is Joo-Hyung Lee and There is a problem running the mmWave Studio program through Matlab.


If I enter the code below directly into Lua shell, there is no problem with mmwave frame capture.
(Special thanks to Dr. Yanik!)

- ar1.SelectCaptureDevice("DCA1000")

- ar1.CaptureCardConfig_EthInit("192.168.33.30", "192.168.33.180", "12:34:56:78:90:12", 4096, 4098)

- ar1.CaptureCardConfig_Mode(1, 2, 1, 2, 3, 30)

- ar1.CaptureCardConfig_PacketDelay(25)

- ar1.CaptureCardConfig_StartRecord("C:\\ti\\mmwave_studio_02_01_01_00\\mmWaveStudio\\PostProc\\adc_data.bin", 1)

- ar1.StartFrame()


However, when I use it thru Matlab, the data path entered in Matlab is not displayed properly in Lua.
This is what I entered in Matlab (backslash is automatically changed to \\ in here)

Lua_String = sprintf('ar1.CaptureCardConfig_StartRecord("C:\\ti\\mmwave_studio_02_01_01_00\\mmWaveStudio\\PostProc\\adc_data.bin", 1)');
    ErrStatus = RtttNetClientAPI.RtttNetClient.SendCommand(Lua_String);


Then the 'Output' of mmWave Studio program said 'there is a wrong character in path'

Can you guys help to solve this problem??

Thank you

For example, as shown in below figure