6
I need to communicate my system with the computer serial port Client, the detail is that with PHP I can use the fopen
, but I don’t want to access the server’s serial port, but the client’s.
I thought of using a plugin, whether in Java or Flash, anyone has any idea how I can make this communication.
NOTE: The communication will be with a tax printer that works on the serial port.
I don’t understand your question...
– KhaosDoctor
Interesting question, but work it out better, explaining this part of
fopen
. Veja [Ask].– gmsantos
Relevant (I think): http://www.phpavancado.net/node/398
– gmsantos
I don’t know if it’s possible, since PHP works on the server side... Maybe with another language like javascript, which works with the client, you can access the peripherals of the client’s computer...
– Gammeth
Interesting question. But I believe you will not use fopen. You could submit what will be printed as Response, which will be read by the Client Side Plugin and sent to the printer ?
– gpupo
https://github.com/Xowap/PHP-Serial
– Tony