The premier capture software for stop-motion animation, motion design and visual effects.
The Simple Serial Interface is a serial port protocol in Dragon Stop Motion 2.
You can send commands to DSM and receive notifications from it. It may be a useful integration point for using Dragon Stop Motion with other devices or applications.
Serial Port Settings
| Baud Rate | 56000 kbps |
| Data Bits | 8 |
| Stop Bits | 1 |
| Parity | None |
Messages to Control Dragon Stop Motion
Send these messages to DSM to perform the specified actions.
| Shoot | S [frame count][\r\n] |
| Delete | D[\r\n] |
| Play/Stop | P[\r\n] |
| Go to Live | L[\r\n] |
Messages from Dragon Stop Motion
DSM sends these messages over the serial port.
| Shooting Frame | SH [FRAME] [EXPOSURE] [EXPOSURE NAME] [STEREO INDEX][\r\n] |
| Deleting Frame | DE[\r\n] |
| Position Frame (Move to Frame) | PF [FRAME] [EXPOSURE] [EXPOSURE NAME] [STEREO INDEX][\r\n] |
| Capture Complete | CC [FRAME] [EXPOSURE] [EXPOSURE NAME] [STEREO INDEX][\r\n] |