필터 지우기
필터 지우기

Experience with communication; Philips IntelliVue monitor (MX800) through MIB/RS232 port and Matlab

조회 수: 11 (최근 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
  댓글 수: 2
Medicollector
Medicollector 2017년 5월 30일
What do you mean "it doesn't work"? I am an export in that protocol. And if I recall correctly, you have used the correct baudrate and databits. But receiving data from an intellivue monitor is a hugely complex challenge. You might be better off using something like medicollector which will acquire and record data from Philips monitors .
Maximilian
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?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by