Serial Port Communication in Linux

serial communication is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus

Generally there are two way of accessing serial port
1. Accessing the serial port through file
2. Accessing the serial port directly by Port Address

Related posts:

  1. Unix C Program to Access Serial Port Through Port.
  2. Unix C Program to access Serial Port through device file

Comments are closed.