how to connect arduino to processing

hiii

plllz

how to connect arduino to processing ( video pllz )

i want to build CNC machine using arduino & processing .

i want to build CNC machine using arduino & processing .

You are in way over your head if you don't know that Arduino and Processing talk to each other via the serial port.

video pllz

Grow up. Learn to read.

ArdaMax:
hiii

plllz

how to connect arduino to processing ( video pllz )

i want to build CNC machine using arduino & processing .

http://www.thebox.myzen.co.uk/Hardware/CNC_Conversion.html

But yes I agree with PaulS you are way over your head, maybe that link will show you how far.

Here are the steps

  1. Learn to write like a normal person rather than a 5 year old
  2. Write a script to send your data over Serial on the Arduino
  3. Read the data in Processing over serial

If you want to make a CNC, this doesn't make any sense. Why would you want to use Processing as a CNC interface? What makes much more sense would be to use a commerical program like MasterCam to generate your CNC data / instructions and find a reliable way to send those instructions to the Arduino (which could be Processing, but probably not).

But I agree with others here, you are in way over your head in making a CNC if you don't know how to use serial.