gkaindl / rfm12b-linux

A Linux kernel SPI-driver for the RFM12B and RFM69CW RF modules by HopeRF
113 stars 46 forks source link

read and write in the same time #26

Open criss2525 opened 8 years ago

criss2525 commented 8 years ago

Is it possible to implement the read and write operations in the same time?

For the moment when I am trying to read some data and in the same time to send something, the write operation occurs only when I receive something! Thx

nxdefiant commented 8 years ago

rfm12 is half duplex. You can either send or receive. If multiple units send on the same frequency you would only read garbage, like two people talking at the same time. For full duplex operatoin get a second rfm12.