I’ve put up a preview of the java client in action. It’s a 2 minute video with narration. You’ll need a DivX codec installed in order to view it. I probably could have messed with compressing this...
Latest articles
java software
I’ve been working on the Java software the last couple days. Trying to read from RXTX is producing only 3968 bytes per read. It looks like my USB -> serial converter uses a “transfer size” of 4096...
thinking about cross-platform support
To make this accessible to everyone, I’d really like to add support for more than just Windows. I thought that Java would be my ticket to freedom here, but that is turning sour real fast. From what I’m able...
reworking my uart
Well I rewrote my recv and send uart, and with the help of my logic analyzer, I’ve tuned them up pretty good. I’m getting some transfer errors, somehow, and I think its related to buffer size. I read a disk...