I'm looking for advice running a serial device (Laser Range Finder) from the arduino, or even just a starting point. I've been trying to use a serial version of this product that I've special ordered coupled with the required Fluke 411D.
The project is for a University level senior design project, and my team has been using a PIC32 up to this point. The PIC is giving us nothing but problems and we are switching to plan-B, Arduino. One of the biggest problems we've been having is making the PIC talk to the LR3 via Serial UART protocols. We have max 3232 chips between the LR3 and PIC. However, if we hook the LR3 up to a laptop directly and run it from hyperterminal, it works perfectly. We have double-checked the baud rate on the PIC, and it is correct. (9600, no flow control, 8 bits, no parody, 1 stop bit)
I personally know very little about serial communication and UART, but I am trying to find advice ahead of time before going down a long painful road and making the same mistakes we made with the PIC. I have an UNO currently for getting things going, but will be swapping out for a Mega as soon as it gets here. (I need a few more interrupt pins)
If anyone has advice on using these types of serial devices, or has used this particular device, I would greatly appreciate the help.
jmamer:
I'm looking for advice running a serial device (Laser Range Finder) from the arduino, or even just a starting point. I've been trying to use a serial version of this product that I've special ordered coupled with the required Fluke 411D.
The site you pointed to shows the LR3 as a USB device, not a Serial device. You'll probably need a USB Host shield to talk to it.