10. MVC: Model View Controller, the right way to use mod_harbour:
Model (data), View (user interface), Controller (requests and results administrator) is the right way to develop web apps. You can use the Mercury library for mod_harbour that implements MVC:
in a small test i see that in browser work also the serial port !! Wonderfull lComOk := com_Open(1, nBuff_size) // Open port
IF ! com_Open(1, 1000) ? "Com non presente" else ? "Com1 presente" endif
reply correctly !!
Little question: is it possible to print overcoming browser restrictions? I'll explain with a button on the web page it is possible to print directly to a printer, perhaps not the default one, without going through the printer choice of the browser?
in my little tests i found that is possible to use the printer and serial port of the server but is possible to use serial or print directaly to the serial/printer of the pc client ?
in other words, print or otherwise by skipping the browser's security settings ?