by subpilot » Mon Jun 19, 2006 7:26 pm
by subpilot
Mon Jun 19, 2006 7:26 pm
That would be quite a feat to pull off. The card uses an SPI interface which has 2 data lines, a clock and a chip select. In order to talk to it you would have to bit-bang the I/O lines using RoboBasic. I don't know the specific timing requirements for that board but meeting them using RB would probably be nearly, if not totally, impossible. Along with that you would need to emulate the network interface driver.
Now if you could run C on the RN controller it would be a different story as there is tons of info on doing it using the ARM processors.
Here's a module from Lantronixs that would be much easier to deal with.
http://store.wibots.com/wp.html
That would be quite a feat to pull off. The card uses an SPI interface which has 2 data lines, a clock and a chip select. In order to talk to it you would have to bit-bang the I/O lines using RoboBasic. I don't know the specific timing requirements for that board but meeting them using RB would probably be nearly, if not totally, impossible. Along with that you would need to emulate the network interface driver.
Now if you could run C on the RN controller it would be a different story as there is tons of info on doing it using the ARM processors.
Here's a module from Lantronixs that would be much easier to deal with.
http://store.wibots.com/wp.html