It is a desk top computer. The cable is FTDI TTL-232R-3V3. I have used both a terminal emulator (Digi) that I have used to setup XBee and Flash Magic.
At first, I just set TX --> RX and RX --> TX as usual. After getting no results, and since some of the many "tutorials" said it should be TX --> TX, which didn't make sense, I tried that anyway. No luck. Then I started trouble shooting, set up a scope, etc., and everything has been TX --> RX as usual. The FTDI cable with either program works exactly as expected. With the terminal emulator, it echos just fine too.
When I noticed TX from the LPC2134 was always low, I removed the board, and visually inspected for soldering shorts. Saw some shadows I didn't like. Upon cleaning, those turned out to be old flux, not solder. Re-install. Same problem. At some point, I used my DMM to check continuity. Continuity was OK, but resistance to ground was low on the TX pin. A weak pull-up didn't work.
My working hypothesis is that something like latch-up has affected that pin. A new chip was ordered from DigiKey yesterday and is expected Saturday.
Reviewed the NXP User Manual and will try some things to the RX in hopes of unlocking the TX. The datasheet does mention the possibility of I/O pin latch-up at 100 mA. I certainly didn't apply anywhere near that current intentionally when using a 4.7 k pull-up. The maximum output current for the FTDI cable is listed as 75 mA, so if I fried it, it was my fault when I swapped the lines.
BTW, I did notice one small difference from the schematic on GitHub. That shows the ISP pin (P0.14) pulled up to +5.0 V; my board has the pull-up resistor to the 3V3 rail.
As for using Linux, I am just not savvy enough to start that journey now. Will just stick with the Digi emulator to send commands. If I can get the chip's TX to respond, I will be happy. Otherwise, I have a few hours work to do on Saturday.