Hello Guest it is April 18, 2024, 07:37:51 PM

Author Topic: communicate with my Arduino UNO  (Read 3172 times)

0 Members and 1 Guest are viewing this topic.

communicate with my Arduino UNO
« on: April 16, 2013, 04:02:18 PM »
Hello,

I have a question, maybe somebody can help me.

I wil the mach3 software communicate with my Arduino UNO. If anybody now`s how this work.

Thank You

Kevin de Jongh

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: communicate with my Arduino UNO
« Reply #1 on: April 16, 2013, 04:10:34 PM »
Do a search for Arduino........... you will find lots of information.

Brett
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!
Re: communicate with my Arduino UNO
« Reply #2 on: April 16, 2013, 04:14:16 PM »
Hi, I have been searching the web for a couple of weeks now.

I search for a good source code for my arduino.

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: communicate with my Arduino UNO
« Reply #3 on: April 16, 2013, 04:23:18 PM »
This help?

Brett
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!
Re: communicate with my Arduino UNO
« Reply #4 on: April 16, 2013, 07:12:11 PM »
Mach can talk to the Arduino through the serial port.  The are functions in Cypress Enable to send data, but you can't receive data.  Mach has Modbus IO capability.  I don't know what would be involved in setting up the Arduino to use the Modbus protocol.