Re: [Linux-zigbee-devel] how to access the at86rf230 driver from a C-programm

2010-02-22 Thread Dmitry Eremin-Solenikov
Hello, On Mon, Feb 22, 2010 at 2:31 PM, Gerrit Voigt wrote: > Hi, > how do I get access to the at86rf230 driver from user-space? > Do I go the regular way by opening(open()) a driver-file and then use > ioctl()? I am asking because I don't really understand how izchat for > instance gets access.

Re: [Linux-zigbee-devel] how to access the at86rf230 driver from a C-programm

2010-02-22 Thread Jon Smirl
On Mon, Feb 22, 2010 at 6:31 AM, Gerrit Voigt wrote: > Hi, > how do I get access to the at86rf230 driver from user-space? I haven't tried this... but I believe there is a generic module that can be loaded that allows user space access to SPI devices. I'm sure there is one for I2C and I think ther

[Linux-zigbee-devel] how to access the at86rf230 driver from a C-programm

2010-02-22 Thread Gerrit Voigt
Hi, how do I get access to the at86rf230 driver from user-space? Do I go the regular way by opening(open()) a driver-file and then use ioctl()? I am asking because I don't really understand how izchat for instance gets access. For 8-bit systems it is necessary to use the Hardware-Abstraction-Lay