Through UART or Ethernet. If your dev board contains Ethernet, you can use UDP to send through Ethernet or else simply a PC with Serial port is way too easy to implement in FPGA.
And to add to xtcx's comment, MATLAB's instrumentation control toolbox can be used to transfer data in many formats, including Ethernet and serial, between MATLAB and an FPGA.
Through UART or Ethernet. If your dev board contains Ethernet, you can use UDP to send through Ethernet or else simply a PC with Serial port is way too easy to implement in FPGA.
And to add to xtcx's comment, MATLAB's instrumentation control toolbox can be used to transfer data in many formats, including Ethernet and serial, between MATLAB and an FPGA.
Does it safe to do it by using rs232? because i need it to be without no any errors in the transmitted data.
Does there is a better way to do it? maybe with usb? or rs232 is good enough for my purpose? (again, I want to detect some object with a camera, and when i detect the object via MATLAB I want to send data to the fpga for operating the motors).
USB-to-RS232 bridge seems to be the straightforward solution. You know that we have previously talked about USB communication through USB Blaster in your other thread. But I don't think that you'll like the software overhead.
USB-to-RS232 bridge seems to be the straightforward solution. You know that we have previously talked about USB communication through USB Blaster in your other thread. But I don't think that you'll like the software overhead.