LCD controller software examples

Bonzo

New Member
I was wondering if there are any .NET examples available?

Or at least some pre-compiled versions of the Java examples..?
Because javac reports 38 and 40 errors when trying to compile the example files provided...
 
I was wondering if there are any .NET examples available?
Hmm, just take the owfs-code and port it to something not portable ?
Sorry..

Or at least some pre-compiled versions of the Java examples..?
Because javac reports 38 and 40 errors when trying to compile the example files provided...
Isn't it the sole purpose of Java to report only not-understandable error-messages ? ;)
Sorry again, thats my opinion..
There's a pretty good working thing called owfs around, if someone has the intention to make it work under Windows (I don't know but I think it should be possible) this would probably be the point to jump in..

Michael
 
I was wondering if there are any .NET examples available?

Or at least some pre-compiled versions of the Java examples..?
Because javac reports 38 and 40 errors when trying to compile the example files provided...

I don't have any .NET examples but you should be able to look at the Java code and port it to a .NET language of your choice. Some of the 1-WIre driver calls may be a bit different in .NET though.

Eric
 
Back
Top