Device Driver

pavankukkala

Mar 25, 2014
78
Joined
Mar 25, 2014
Messages
78
Hi Friends,
I am new to this website. I have done a project on Linux device Drivers i.e. serial port Communication Through RS232 protocol . In my project it is able to write the that to other system through Null Modem But it is not able to read the data from the system . can anyone help me by providing the solution for this question
 
Last edited by a moderator:

Harald Kapp

Moderator
Moderator
Nov 17, 2011
14,272
Joined
Nov 17, 2011
Messages
14,272
Welcome to electronicspoint.

You need to supply more information:
  • What is the "other system"?
  • Do you get any data (perhaps garbled) or no data at all?
  • What debug possibilities do you have?
 

pavankukkala

Mar 25, 2014
78
Joined
Mar 25, 2014
Messages
78
Hi harald kapp,

this project is for communication between the two systems(computers). By using the write System call , i have sent a message to other system(second ) It is working Fyn.By using the read System call It have to transmit the data to first system, but is not doing . I have used the Interrupt Enable register also ,but not working
 
Top