pololu / pololu-usb-sdk

Example code for making your own PC applications that control Pololu USB Devices.
Other
29 stars 24 forks source link

newbie help #3

Closed eastonrobotics-jeff closed 2 years ago

eastonrobotics-jeff commented 2 years ago

I purchased a linear actuator and received the G2 item #1363 with it, and am trying to use it as a newbie. Pulling the code from GitHub, following the instructions on the site. Successfully cloned, opening in Visual Studio per instructions for G2 Windows and C#, but it fails to work. Apparently, .NET is required, but current .NET flavor is 6.0 and the code appears to be written for 2.0? errors attempting to debug per the instructions for smcG2 Example1 in Windows for C# gives three errors: mscorlib.dll has a higher version 4.0.0.0 than found 2.0.0.0 smcG2\SmcG2\bin\Debug\SmcG2.dll not found smcG2\SmcG2\bin\Debug\usbwrapper.dll not found

now what?

DavidEGrayson commented 2 years ago

You are using the code for the Simple Motor Controller G2, which is a different product than the Jrk G2. This repository does not support the Jrk G2. See the "Writing PC software to control the Jrk" section of the Jrk G2 user's guide.

eastonrobotics-jeff commented 2 years ago

Actually I am using the SMCG2. The instructions for getting started are helpful but just barely. I was able to launch the app GUI for Example1 but not using the instructions in the user guide.

From: David Grayson @.> Sent: Monday, May 2, 2022 12:40 PM To: pololu/pololu-usb-sdk @.> Cc: Jeff Chandler @.>; Author @.> Subject: Re: [pololu/pololu-usb-sdk] newbie help (Issue #3)

You using the code for the Simple Motor Controller G2, which is a different product than the Jrk G2. This repository does not support the Jrk G2. See the "Writing PC software to control the Jrk" section of the Jrk G2 user's guidehttps://url.emailprotection.link/?bwL73q0RjoVPtKNJ8X8bsO8UWoeceWIye0HhtVjJLFhWpQAdgcXYLdli-_mY0U8o8U5_yrcT-GRw9t_s0gwkCNg~~.

— Reply to this email directly, view it on GitHubhttps://url.emailprotection.link/?bhD5WBisruZP67hrLNFvE86_qymvGiXDZ0j4jLReM_8Gk_AyW8T6dFTsCvrd7qnX8vQZNla_LTcePYaohHw09gSBcLfMg1YKgiwu_adaCpQdYVVu10WKjnVpsJuDlZ3ZL, or unsubscribehttps://url.emailprotection.link/?bs-VSdE_Ufo1PA9OOQcBgyRM5568O5tHn0ca73fFvdHkVsqKa8FXqfDHt4YyzkBsCDrEw3WZBNUufQW_9COlIpn5iq37BSZBPKrDWZun7BjDRX23C7vnxkpabzSL1EkojGR4sQxw30Fj_Eg9hretga9xTbz89GKJ_4ee6h2Ddvl4~. You are receiving this because you authored the thread.Message ID: @.**@.>>

DavidEGrayson commented 2 years ago

Oh, sorry for misreading your post. I am glad you were able to resolve your issue.