Thanks fo replying…
I tried the serial port method with matlab…
I connected my laptop with lynx motion 5 arm having SSC-32 thru serial port(com5)…then I enabled the com15 using this command
Communication Settings
Port: COM15
BaudRate: 115200
Terminator: ‘CR/LF’
Communication State
Status: closed
RecordStatus: off
Read/Write State
TransferStatus: idle
BytesAvailable: 0
ValuesReceived: 0
ValuesSent: 0
then i issued fopen(S) …followed by fprintf command…but my arm did not move at all…
evev I did not get ant error in matlab…i really wonder why it did nt move
If you can operate the arm using lynxterm using the same serial connection from the computer, then your problem is a matlab problem. You might check to see if matlab has a help forum to ask questions about matlb issues.
You can also use a null-modem cable to connect the laptop to another PC/laptop running Hyperterminal or some other terminal application that will allow you to actually see what matlab is generating for output. When people are rolling their own control programs like you are with matlab then this can frequently be very helpful in figuring out what isn’t working.