View Full Version : PC to RS232 port software


Independent CNC
12-03-2006, 08:55 AM
Does anyone recommend any FREE communication software for a PC to RS232 port? Eventually this company that I am doing work for will have some but I just need something in the short term.

Thanks in advance for any help!

Independent CNC Programmer
http://www.ctcn.net/~3kings/index.html

Al_The_Man
12-03-2006, 10:05 AM
www.Cadem.com... Free..
Al.

doc1
12-03-2006, 02:19 PM
You can use Windows HyperTerminal which can be found under accessories/communications on the windows programs list.

rancherbill
12-03-2006, 02:26 PM
I guess from your email that you want to use the serrial port (RS232) to communicate with something.

On your Windows system use the Hyperterminal program. Start it with
START > PROGRAMS > ACCESSORIES > COMMUNICATIONS > HYPERTERMINAL.

It works. I have used for years.

canalcop
12-03-2006, 04:35 PM
Try this also free

http://www.windmill.co.uk/serial.html

appusivadas
12-05-2006, 01:18 AM
Easy DNC software is a good communication software and you can download trial package from www.dncxp.com

kmak5
02-14-2007, 06:13 PM
I am using HyperTerminal for RS-232 PC to CNC communication. I am experiencing a few gliches that I did not expect; one being that I can send to the CNC but when I recieve to the PC I either get a garbaged up text file or what appears to be to many CR's in the file. Anyone else have this problem before? This is on a Fanuc 21-TB control. Anyone sure on the parameter setting I should have? Thanks.

Al_The_Man
02-14-2007, 06:57 PM
I have found Hyperterminal is not as good as the old Terminal program that came with Win3.1, if you can get a copy of that it is much better.
Otherwise see here http://www.cadem.com/ncnet/ncnet_dncdetails-41.htm
Al.

kmak5
02-15-2007, 07:20 AM
I am using Win 2000 HyperTerminal for a Fanuc 21-T and Mazak M-Plus. On the M-Plus we are having issues where the link will not disconnect and continue to try sending files and sometimes will not overwrite an existing file when sending from CNC to the PC. Anyone else have the same issues?
On the Fanuc I can get the file to look good in HyperTerminal screen but when I open in Notepad looks like garbage or too many indents (CR's) in the file. Not a problem until I try sending back to the CNC and alarms out the buffer. HELP!

Kevin Taylor
02-15-2007, 10:09 AM
I had this problem and fixed it by changing some of the set up menue in HT Good luck Kevin

kmak5
02-15-2007, 10:55 AM
Kevin Taylor-

What types of things did you have to change? What machine do you use HT on?

Rekd
02-15-2007, 11:59 AM
If you're still looking for a "free" solution, try this little app I made a while back.

Scomm (http://rekd.frihost.net/SComm/SComm%20Setup.zip)

Al_The_Man
02-15-2007, 02:10 PM
Matt, Does that run on older Win versions? and do you know of anything for transmitting/recieving binary files, that does not require peliminary codes?
Al.

Rekd
02-15-2007, 03:18 PM
Al, it should work except for the transparency function. If it doesn't, I can probably port it to older versions. I originally wrote it in Basic for use on a command line, I don't know if I still have that code, but it should work.

I haven't tried it on binary files, it uses a standard read/write line by line algorithm.