필터 지우기
필터 지우기

The connection of matlab with vivid scanner through port

조회 수: 2 (최근 30일)
renoald Tang
renoald Tang 2011년 11월 23일
Hai , i want to make application that can connect the matlab to vivid laser scanner using the port . It is possible to doing this? Thank

채택된 답변

Walter Roberson
Walter Roberson 2011년 11월 23일
It depends which "port" you mean, and it probably depends on which model you want to use.
For example the Vivid 910 has no serial ports, but it does have a SCSI II port, and it probably arrives with device drivers that allow programs to communicate with the scanner.
I have designed direct SCSI device drivers in the past, and they have not been hard to program, especially if you are comfortable building table-driven state-machine type software. Though, just as is the case for any kind of device one might build a driver for, devices with SCSI interfaces might mis-handle particular interface commands, or might have bugs in the device, so some level of trail-and-error and reprogramming is to be expected if you write a device driver for a SCSI device.
Note: you pretty much need to write in C or equivalent to program a device driver yourself. MATLAB does not offer any SCSI interface toolkit.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Language Fundamentals에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by