Re: [nyphp-talk] Serial communication in Mac OS X

2008-04-17 Thread Rolan Yang
Corey Fogarty wrote: Hi All, I am trying to connect to /dev/tty.USA28Xb2P1.1 which is a Keyspan USB to Serial adapter. I have had success using the screen utility, #screen /dev/tty.USA28Xb2P1.1 but I would like to use PHP to create a web interface to a microcontroller. Hi Cory, With wha

Re: [nyphp-talk] Serial communication in Mac OS X

2008-04-16 Thread Ben Sgro
Hello Corey, This doesn't really answer your question, but I've recently been doing java serial work on osx for some robotics stuff. Take a look at http://rxtx.qbang.org/wiki/index.php/Main_Page Sorry I dont have more specific php info. - Ben Corey Fogarty wrote: Hi All, I am trying to con

[nyphp-talk] Serial communication in Mac OS X

2008-04-16 Thread Corey Fogarty
Hi All, I am trying to connect to /dev/tty.USA28Xb2P1.1 which is a Keyspan USB to Serial adapter. I have had success using the screen utility, #screen /dev/tty.USA28Xb2P1.1 but I would like to use PHP to create a web interface to a microcontroller. I have attempted fopen with no luck: > $port =