I have a BS microcontroller sending data over the serial port to a pc with php. the data is indeed sent as it is displayed within the terminal window. So I have sent and received data over the serial link. But I cannot seem to capture the data using php, all I want to do is capture the data and display it on a web page. I Have used fread, fgets, looked into the uart fifo buffer and also looked into data streams, but there is so much I'm a bit lost.
When I try to fread, the web page just freezes any of you php gurus have any good ideas.
Thanks.
From the nubee
boonboy
When I try to fread, the web page just freezes any of you php gurus have any good ideas.
Thanks.
From the nubee
boonboy
Comment