Multi Dobot Magician C#


#1

hi,

I have a 2 dobot magician. i need to control 2 dobot with only one computer at the same time.How can I do this with
C #?

thanks.


#2

You should copy dobotdll.dll as dobotdll1.dll in bin\debug or release directory of your project. You should also copy class dobotdll as dobotdll1 in the dobotdll.cs. Now you can send two different command to two different dobot like
int ret = DobotDll1.ConnectDobot(“COM10”, 115200, fwType, version);
ret = DobotDll.ConnectDobot(“COM9”, 115200, fwType, version);
it works without any problem. I tried.


#3

Hi is it possible for you to show your code i am trying to program the dobot we are using outside dobot studio


#4

Supply your e-mail adres. Total codes are too long.


#5

Thank you so much for your response here is my email arisv.ko@gmail.com


#6

i sended to your email.


#7

but your email server denied my attached rar file. the message as below.

mx.google.com şu hatayı verdi:
This message was blocked because its content presents a potential security issue. Please visit https://support.google.com/mail/?p=BlockedMessage to review our message content and attachment content guidelines. q77si618658pfd.43 - gsmtp


#8

Hi, please share to my email also! ajaykumars@iisc.ac.in Thank you in advance. It is very important!