pi-plates / PYTHONmodules

2 stars 4 forks source link

Commands for C# #2

Open M2xAy opened 4 years ago

M2xAy commented 4 years ago

Hi Pi-Plates Team

I am now developing Motorplate library with C# and I need the commandnsets for enum. Can You share this for me ?

If I get finish, I wil share the code with you and other peoples, now I can invite you to my private repository if you want.

I need only the 0x command sets

Thank you very much

Best regards from Switzerland Zürich

pi-plates commented 4 years ago

Just for the MOTORplate or ALL of our products? And by 0x, do you mean you want the 8 bit codes for all of the commands?

Jerry Wasinger Founder, Pi-Plates

http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, Aug 30, 2020 at 4:52 PM M2xAy notifications@github.com wrote:

Hi Pi-Plates Team

I am now developing Motorplate library with C# and I need the commandnsets for enum. Can You share this for me ?

If I get finish, I wil share the code with you and other peoples, now I can invite you to my private repository if you want.

I need only the 0x command sets

Thank you very much

Best regards from Switzerland Zürich

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pi-plates/PYTHONmodules/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACACCANZIKGV6DCBSDVBK6TSDK3Z3ANCNFSM4QP2OSMA .

M2xAy commented 4 years ago

Hi Jerry

Thank yout for your answer

for example the relaycommands in your repositorys are like this in enum.

I need only for motorplates, for example I want know which byte I should send for move the step motor or dc motor.

the system command I found from relay library

public enum PiRelayCommand : byte { SystemAddress = 0x0, SystemId = 0x1, SystemHardwareRevision = 0x02, SystemFirmwreRevision = 0x03, SystemReset = 0x0F, RelayOn = 0x10, }

best regards

M2xAy commented 4 years ago

Hi Jerry I was able to jog and stop the motor You can close the ticket. If you want i can send the codes in zip Best regards