Experience with communication; Philips IntelliVue monitor (MX800) through MIB/RS232 port and Matlab
5 ビュー (過去 30 日間)
古いコメントを表示
Hi Everyone,
I'm trying to receive data from a philips intellivue monitor. Everything works (cable, data transfer from monitor, correct baudrate) I know this because I tested it with a program (called DETT) from philips themself and saw data coming in via my usb port. The problem is that I can't get it in with Matlab, tried opening com port like this:
bp = serial('COM3', 'BaudRate', 115200, 'DataBits',8); fopen(bp); out = fscanf(bp)
but it doesn't work.. I was wondering if anyone has experience with this?
Hope to hear from you
Thanks,
Paul
3 件のコメント
Maximilian
2023 年 1 月 30 日
You say you're an expert in this protocol: how can the amount of data be reduced? Initially, the MP30 sends a huge amount of data, but this can be reduced by specifying objects in the poll result. Can you tell how this can be achieved?
Edison Javier
2024 年 11 月 2 日
移動済み: Walter Roberson
2024 年 11 月 2 日
Hey hi I am trying to get data from phillips, I cannot find its program DETT where did you find it?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!