kansaschuck has asked for the wisdom of the Perl Monks concerning the following question:
Just three functions make up the Mini SSC DLL: * SSC_OPEN(port,baudrate) --Set up the comm port for the specified + baud rate, initialize memory for the DLL, and start a background thr +ead (task) that will update the Mini SSC via the serial port. * SSC_MOVE(servo,position) --Move servo to position Note: the DLL +supports servo numbers 0-31 only. * SSC_CLOSE() --Shut down the background thread and close the seri +al port. http://www.seetron.com/pdf/ssc2_mnl.pdf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl calling my.DLL for serial port work.
by Corion (Patriarch) on Feb 03, 2008 at 15:59 UTC | |
by kansaschuck (Sexton) on Feb 03, 2008 at 16:35 UTC | |
by Corion (Patriarch) on Feb 03, 2008 at 16:45 UTC | |
by kansaschuck (Sexton) on Feb 03, 2008 at 16:59 UTC | |
by Corion (Patriarch) on Feb 03, 2008 at 17:09 UTC | |
|