LynxMotion Return Messages

A wide range of example files that you can load up in FlowStone
Post Reply
User avatar
admin
Site Admin
Posts: 231
Joined: Tue May 11, 2010 6:30 pm

LynxMotion Return Messages

Post by admin »

This example shows how to read the status messages returned from the LynxMotion SSC-32 servo board.

1st Make a request by sending the correct request code to the board: Eg.
VER <CR>- returns the firmware version of the board.
VA <CR>- returns the analogue voltage on input pin A
VB <CR> - returns the analogue voltage on input pin B
VC <CR> - returns the analogue voltage on input pin C
VD <CR>- returns the analogue voltage on input pin D
etc.
2nd Capture the returned messages in a buffer

Since the LynxMotion board has no sting terminator on returned messages, each character is received separately and needs to be buffered in order to be reconstructed!
Attachments
LynxMotion Return Messages.fsm
LynxMotion Return Messages V1.01
(10.12 KiB) Downloaded 4597 times
Post Reply