Dobot Magician Receive/Send Data with RS-232


#1

Hi,
I’m trying to Receive/Send Data with RS-232

  1. Dobot Studio Software can receive/send data with rs-232?? how to do??
  2. in C# software, I create 2 Form for control robot(1 Form) and Send data with Rs-232(1 Form). I connect Rs232 to RX,TX pin in communication Dobot. Am I making the right connection? If not right please advice or send Example Code for send/receive data. Thank you very much
    e-mail : inno1.techy@gmail.com

#2

I wrote an article recently for Servo Magazine showing how to create a simple library that allows RobotBASIC to control the Dobot Magician. The code can be downloaded from the In The News tab at RobotBASIC.org (see article #42). Studying the code should help you see how control can be done with almost any language. The library just sends rs-232 data out over the USB cable to the Magician. All you need is the port numbers used - easy to get from the device manager etc.