Hi, sorry about the late.
First of all, I have no idea from where to start. But I’ll take some lines to explain the most of my project.
My project I’s related with the automation of a system that includes a CO2 Laser, the main part of the project is based in a FPGA device that acquires data, processes and makes decisions for the different elements of the system.
My actual problem is I have to connect two Devices (POWERMAX USB) to acquire the power of the laser and make operations that going to be sended to a PC. I have been reading the manual and it says that I can communicate with the device through a PC looking for it under a COM port and setting the following settings:
• Baud rate: 9600
• Data bits: 8
• Parity: None
• Stop bits: 1
• Flow control: None
Then I’m gonna be aviable to send and receive basic commands like the power that I need.
So, I need to do this without the PC, because first I need to make calculations with the two devices in the FPGA. Someone suggested me to acquire the power through the arduino and then, send this data to the FPGA device.
In the manual text describes:
“It’s possible to communicate with the device sensor over a host interface. It says that I can use the host interface enviroment to communicate with the sensors in an ad hoc manner using a terminal emulator, or to write custom software in a number of programming environments.”
“(…) The PowerMax-USB sensors utilize a standard Windows COM class driver and operate much like a serial port. After the driver is installed, the sensor will show up as a device on the computer’s COM port and the host interface will accept commands and respond in ASCII format using commands that adhere to the SCPI standard.” So, I was thinking in use the usb shield for arduino to make this without a PC.
:o I get confused when I read the command reference section because it tells something about SCPI interface…
In the other hand, a partner tells me something about to try using a USB to Serial adapter, and then try to send and receive data through the Rx and Tx pins… But I don’t know if this it’s going to work…
I hope someone could help me because i’m very confused and lost…
Thanks in advance.
