Interfacing With POS Terminals
I would like to know how we could interface our website sales to print out tickets in POS terminal. E.g. verifone and the likes
Or alternatively write a vb program to print out tickets in your POS terminals.
I would like to know how we could interface our website sales to print out tickets in POS terminal. E.g. verifone and the likes
Or alternatively write a vb program to print out tickets in your POS terminals.
I need to do is display results of a command I run in UNIX, for example:
In the ASP page I'd have a textbox in which the user would type an UNIX command like "cat unixFile", after the user hits the "Execute Button" the results would be displayed in another textbox.
Basically my question is, how can I login to an UNIX server from ASP, send UNIX commands and capture the result?