On Tue, Sep 27, 2011 at 8:41 AM, Herbert Graf wrote: > I don't know about MacOS, but for most *nix type OSs you have to > "configure" the port before sending stuff on it. > > Tons of code out there to do that, a quick google should point you in > the right direction. > Thanks. You don't "configure" the specific terminal unless you're using it with a specific program or as a login shell or whatever. But I did find the answer here: http://forums.macrumors.com/archive/index.php/t-769327.html It seems that on the Mac, another device is created, the "cu.*" calling uni= t device . I can write to it with cat and it works. "cat hex.bin > /dev/cu.usbmodem411" successfully sends the file and the device is responding. I should probably be using generic USB device driver for this stuff, but it's so much easier just working with it in a UART type of way. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .