by fdaniele » Tue Jul 07, 2020 7:00 am
Thanks mr. Linares
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?
thanks for your work
Daniele