Or perhaps take over the world hahahahaha
Joking aside, I do appreciate your confidence, but let’s see how far we get
I’ve just uploaded 0.3.3.5 to Github.
It includes some other minor changes but it also includes changes to the bridge. It was quicker than I thought it would be, cheers to modular software
You use it like I posted in a diagram a couple of posts back, run bridge like this from the command line:
python3 bridge.py -coma COM2 -comb COM5
I think you said COM5 was your connection to the panel.
COM2 is one side of the com0com (or whatever utility you decide to use).
You can then setup the Visonic PRP to connect to COM1, the other side of the com0com pair.
The option -comb is the one used to display to the screen as “to” and “from”.
As an aside: I use Ethernet to my panel so I had it a bit more complicated. I had 2 pairs in com0com and used bridge.py from 2 PowerShell windows, one like the above and the other to connect from a COM to my panel and it worked. It displayed the same text on both PowerShell windows.