Friday, May 25, 2012

Serial Communication:- Applications


In computing, a serial port is a serial communication physical interface through which information transfers in or out one bit at a time (in contrast to a parallel port). Throughout most of the history of personal computers, data transfer through serial ports connected the computer to devices such as terminals and various peripherals.
While such interfaces as Ethernet, FireWire, and USB all send data as a serial stream, the term "serial port" usually identifies hardware more or less compliant to the RS-232 standard, intended to interface with a modem or with a similar communication device.
Modern computers without serial ports may require serial-to-USB converters to allow compatibility with RS 232 serial devices. Serial ports are still used in applications such as industrial automation systems, scientific instruments, shop till systems and some industrial and consumer products.
There are lot of application which enables you to test,transfer data from one system to another .
1) The most common application used in windows is Hyper terminal

2) In linux Cutecom is most common application available in all Linux versions

3) Hercules is another application run in windows platform which can be used as serial terminal as well as tcp/ip clients and server.
4) Dock light is very good serial terminal which has several additional features useful for developers.
5) Realterm is a terminal program specially designed for capturing, controlling and debugging binary and other difficult data streams. It is far better for debugging comms than Hyperterminal.

6)Terminal is a simple serial port (COM) terminal emulation program. It can be used for communication with different devices such as modems, routers, embedded uC systems, GSM phones,... It is very useful debugging tool for serial communication applications.

No comments:

Post a Comment

Followers