Anyone have any luck getting input from a W800RF32A X10 receiver?
It should be fairly simple to read - I've got a setup that uses NewSoftSerial read to the input, and check for valid (or even garbage) codes coming back. But I'm getting nothing all back as far as the Arduino can see.
It's 4800 N 1 which should be pretty easy for NewSoftSerial.
Also tested against the hardware rx/tx, no luck.
Is the fact that these are raw hex figures giving this code trouble?
The W800RF32A is tested as working against their demo programs and the same COM port.
Nothing to do with flow control, it was the old serial culprit, forgetting to take into account DCE and DTE units. With a NULL modem dongle installed between the Arduino's serial adapter and the W800RF32A, I started seeing valid serial data - from there getting the W800RF32A working was a snap.