RS232 from a Decatur Radar to a PC

2

1

I just got a Decatur SI-2 it communicates via RS232 through a DB9 connector.

So I went out to BestBuy and got a Dynex™ 16" USB PDA/Serial Adapter Cable. Since I couldn't get it to work on my Macbook Pro I have downloaded the driver on a HP.

I was planing on using my Mac and to just type in:

To find the port:

ls -l /dev/tty.*

Then open a screen from there:

screen /dev/tty.usbmodem411 9600,8N1

But since I'm using a pc what do I need to do? Can I use command prompt? How?

AndrewFerrara

Posted 2011-12-01T21:39:22.380

Reputation: 123

Answers

1

It will create a virtual comport which should appear in your device manager under serial ports. Right-click on the device, select properties and the port number and settings are in there. To talk to it you could use software like hyperterm or realterm. Hyperterm comes with older windows versions but it's pretty basic. Realterm is a free download.

Tog

Posted 2011-12-01T21:39:22.380

Reputation: 4 747