Manual

LynxmotionSSC32UServoControllerBoard
ElectronicsGuide
Advanced Functions
CancelOutput
#<ch>P<pw>….<esc>
● <esc>:Cancelthecurrentaction,ASCII27
Shouldyouwishtocancelacommand,addan<esc>totheendoftheline:
DiscreteOutput
TheIOpinsontheSSC32canbeusedtoprovideHIGH(5V)orLOW(0V)signals.Notethat
youshouldNOTusethisfunctionwithstandardRCservos.
#<ch><lvl>...#<ch><lvl><cr>
● <ch>:Channelnumberindecimal,031
● <|v|>:Logiclevelforthechannel,either'H'forHighor'L'forLow
● <cr>:Carriagereturncharacter,ASCII13
TheoutputsontheSSC32comefromfour8bitshiftregisterchips.Therearefourbanksof8
bitoutputsasshown07,815,1623and2432.Theoutputscansinkorsourceupto20mA
peroutputpin,butamaxof70mAperbankmustbeobserved.Thechannelwillgotothelevel
indicatedwithin20mSofreceivingthecarriagereturn.
Example:#3H#4L<cr>
ThisexamplewilloutputaHigh(+5v)onchannel3andaLow(0v)onchannel4.
ByteOutput
#<bank>:<value><cr>
● <bank>:(0=Pins07,1=Pins815,2=Pins1623,3=Pins2431)
● <value>:Decimalvaluetooutputtotheselectedbank(0255),Bit0=LSBofbank
● <cr>:Carriagereturncharacter,ASCII13
Thiscommandallows8bitsofbinarydatatobewrittenatonce.Allpinsofthebankareupdated
simultaneously.Thebankswillbeupdatedwithin20mSofreceivingthecarriagereturn.Note
thatthecolon(:)isrequired.
Example:#3:123<cr>
32