i have a software that prints out to a thermal printer connected to the comm port,the code below works well.
Open "COM3:" For Output Access Write As #1
Print #1, Space(8) & "FRAKAS LTD"
Print #1, Space(7) & "P.O. Box 7678 SHIMONI"
...
...
Close #1
Now i want to print on the same comm port but from a different computer on the network,is it possible?please help