in reply to Re^5: Perl calling my.DLL for serial port work.
in thread Perl calling my.DLL for serial port work.
will install the API. As for code mods: I made the assumption that the 'I' and 'II' were place holders to pass the needed info to the program. The OPEN needs to know com port and baud rate. SSC_OPEN(port,baudrate) . The MOVE needs notified of SERVO number and SERVO location. SSC_MOVE(servo,position) Thanks again.... getting closer :-)ppm install Win32-API
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl calling my.DLL for serial port work.
by ysth (Canon) on Feb 03, 2008 at 19:17 UTC | |
by kansaschuck (Sexton) on Feb 03, 2008 at 23:16 UTC |