0

I am using a resource manager to read the data from the communication channel and send it to the application. I have doubt, is the QNX resource manager half duplex or full duplex?

Can simultaneous read/write work with QNX resource manager?

sagar
  • 3
  • 2

1 Answers1

0

Yes, it is full duplex. You can read and write. The actual read/write mechanism can differ depending on the resource and driver used, but all pathnames are designed to be read-write.

White Owl
  • 4,511
  • 1
  • 4
  • 15