I lost two days to a stupid error which I thought I’d share, in the hopes that no one else need do the same thing.
Punchline – 115 kBaud does not equal 115000 baud, it equals 115200 baud.
When connecting to the BlueSmirf & a USB –> Serial adapter (to test wireless communications) use screen as so:
$> screen /dev/tty.usbserial-A0blahblah 115200
and
$> screen /dev/tty.FireFly-blahblah 115200
Using 115000 instead of 115200 will make things appear to work, but no communication.
Product WRL-00582 | about 2 years ago
I lost two days to a stupid error which I thought I’d share, in the hopes that no one else need do the same thing.
Punchline – 115 kBaud does not equal 115000 baud, it equals 115200 baud.
When connecting to the BlueSmirf & a USB –> Serial adapter (to test wireless communications) use screen as so:
$> screen /dev/tty.usbserial-A0blahblah 115200
and
$> screen /dev/tty.FireFly-blahblah 115200
Using 115000 instead of 115200 will make things appear to work, but no communication.