Every cheap "Serial to USB" adapter I can find uses a PL2303 chip with active low signaling, which isn't the same as a real PC serial port. Fortunately FTDI sell real adapters. The US232B has 9V high, -9V low outputs and its inputs are open low at 0V.
Recently in Computing Category
I recently bought a scanner, although it's not new... because scanner manufacturers are completely ignoring non-Microsoft users. Newer hardware isn't supported in Linux because the scanner chips (provided by separate companies) are different and no one thought to provide drivers for other operating systems. Older hardware is supported but is no longer being sold, so instead of the original manufacturer making a profit from sales to new customers, people selling used hardware gain instead.
Even the older hardware isn't supported by the manufacturer itself, instead third-party developers contributing drivers to the SANE project provide the only way of using these devices. (Which is probably a good thing as actual manufacturer drivers are likely to be closed source).
Unfortunately newer models of scanner hardware doesn't actually provide anything new. Scanning a 300 DPI image at 4800 DPI only makes the resulting image data larger (and most likely makes it less usable as minute details of the paper/film grain will become visible). With no reason to buy such hardware and develop drivers for it, these will go unsupported until the used hardware is no longer available.
So I now have a Canon CanoScan LiDE 60. I'd link to it but there's no longer a page for it on Canon's website. As far as I can tell this is currently the only bus-powered high-speed USB scanner supported under Linux (except perhaps the LiDE 50). The (latest) drivers for it aren't available for 64-bit versions of Windows (just like my TV receiver cards... there is a pattern developing here).
Line art scans of documents can be compressed very well, which is useful for the mountain of old bits of paper that I should throw away...
Motorola doesn't provide any way to install new root certificates for Java (despite there being an interface to install them for SSL) and the only root certificates installed other than their own is the lucrative "Java Verified" monopoly certificate.
Fortunately it is possible to insert your own root certificates, such as the one provided by CAcert who issue free code signing certificates.
- Add the certificate to /ezxlocal/download/appwritecmsec/.policy/._policy.txt:
CA Cert Signing Authority (anything) 2 1 MIIHPTCCBS... (root certificate) 0 0 0 0
This will make it appear in the list of Java Root Certificates under Security Settings. That's all it does. The following two files are actually used by the JVM. - Add the certificate to /ezxlocal/download/java/.policy/._policy.txt:
domain: C=;L=;O=Root CA;OU=http://www.cacert.org;CN=CA Cert Signing Authority 2 1 AAAcHBwcHB... (copy this from the UTI certificate) MIIHPTCCBS... (root certificate) FrUyG9TH8+DmjvO90rA67rI5GNE= (unknown) 1049027389 (start date) 1995712189 (end date)
- Add the certificate to /usr/securesetup/.policy/_devdomain.txt:
domain: CA Cert root certificate (anything) type: 2 rootcert: MIIHPTCCBS... (root certificate) allowchangestatus: 0
- Where the root certificate is specified, it's in DER format and Base64 encoded all on one line.
- I copied the unknown part in the second policy file from the UTI certificate and it was automatically updated for me (including the domain DN).
- Somehow /ezxlocal/download/java/.policy/._hmac.txt was not world readable, which is required to run the MIDlet from the menu.
Using signed MIDlets, I can finally set some of the permissions to "Never Ask" and avoid irritating prompts.

I had an unused Mini-ITX computer which I can make silent (by removing the fan) as long as it isn't doing anything too intensive, and some spare speakers from a broken CD player... so I put together some remote speakers to play music on.
With some cheap bamboo cane and tie wraps I've mounted them at the head of my bed. The server boots over the HomePlug network allowing MPD to connect to it. I'll add a wireless remote control soon.
I've finally finished putting together the parts to connect multiple NTP reference clocks to the same serial port...
It uses three reference clocks - one GPS receiver and two radio clocks (DCF77 and MSF).
It's close to two months since I decided to replace proxima's aging hardware and two returned motherboards later I finally moved everything over on friday. It's much faster.
It's also been snowing tonight... started soon after I left for Tesco :/.

For a long time my old mouse has been registering two left clicks if pressed a certain way - which is really annoying. I've finally got around to replacing it with a Logitech LX3. 



![[Inside of box]](http://simon.arlott.org/photos/thu/2008_01_19_22_45_57.jpg)
![[MSF receiver]](http://simon.arlott.org/photos/thu/2008_01_19_22_47_46.jpg)
![[DCF77 receiver]](http://simon.arlott.org/photos/thu/2008_01_19_22_56_17.jpg)
![[GPS receiver]](http://simon.arlott.org/photos/thu/2008_01_19_23_15_30.jpg)


