OK, I tried a few more things. I hooked the IOBridge up directly to the serial port on my computer. Simple commands like [[[date]]] and [[[time]]] work exactly as expected. However, I can't get any response when I try [[[get]]].
This is the exact string I am trying to send: [[[get|http://www.nickkeenan.com/h.html]]]
But I can't get any response with any variation of site, page or syntax.
As an aside, it was a bit of an adventure hooking the IOBridge up to my serial port. Using hyperterminal I set my end for 9600-n-8-1, no flow control, and set the iobridge for 9600-inverted. I found I could send characters but not receive them. I hooked up an oscilloscope to the tx pin on the iobridge and saw that when I did a [[[date]]] command there was a flash of activity, but no characters arriving. So I set the iobridge for true rather than inverted, and put a Max232 inverter between it and the computer, and everything worked. So I think the voltage levels on the iobridge are not enough for the serial port on my computer (a laptop, which are often more finicky that way).
Nick