I have written a python application with an inclusion of an ActiveX control(ocx) to print via serial Port to an Epson receipt printer using the win32com library. It's Ok !!! but my master app in on another server. How can i comunicate with my app locally?
Asked
Active
Viewed 1,373 times
2 Answers
2
What you need is a Remote procedure call framework. See this question for various solutions in Python.
0
Solved!!! I've solved this problem using on my local PC a python module called SimpleHTTPServer that include my function and call my ocx component!!

e.arbitrio
- 556
- 4
- 14