Re: [Embedlets-dev] Re: JAPL Events
Status: Alpha
Brought to you by:
tkosan
|
From: Brill P. <bri...@ro...> - 2003-03-31 05:27:03
|
> >The JAPL devices are abstract peripherals, not device drivers. > > The aproach I am taking is that JAPL are drivers and the APT is the > Abstract Peripherals Don't get me started on this again! ;) JAPL = Java Abstract Peripheral Library I'd love to take a look at your APT though... I wondering if we can incorporate all those interfaces you (may) have written into the JAPL. If your interested, take a look at those javadocs I sent to the list... the contracts would go in "org.japl.peripheral" and there are a few in there already. Most of the JAPL contains drivers as well as the JAPL contracts (I found I had to do that to maintain a clean library) so Cork has become the platform implementation for a particular processor. BTW - If any of you TINI guru's out there want to give me a hand with the TINI impl. I'd be very glad for the help. My TINI experience is limited... I'm also finding the TINI not well thought out when it comes to simple things like control of its port, you can set it, and get it, but that's it! no direction settings, no polarity settings etc... now likely you could skip the TINI port interface, ad use native calls, but I'm not familiar enough yet to try that. Anyway, I've written the OneWireTransportLink for the Tini, but haven't be able to test it yet. - Brill Pappin |