GMan Well-Known Member Licensed User Longtime User Jun 9, 2016 #1 How can i call an external proggi and give it the parameters ? Cant get the COM-Part to work, no datas where sent. Here ist the complete command line which works from Windows Command Line: usbrelay.exe -c:5 -r:1#1 This switches Relay1 to on, with #0 its off. But no plan how to include this in B4J. I tested JShell already, but cant get any result.
How can i call an external proggi and give it the parameters ? Cant get the COM-Part to work, no datas where sent. Here ist the complete command line which works from Windows Command Line: usbrelay.exe -c:5 -r:1#1 This switches Relay1 to on, with #0 its off. But no plan how to include this in B4J. I tested JShell already, but cant get any result.
Erel B4X founder Staff member Licensed User Longtime User Jun 9, 2016 #2 You can call it with jShell. Post the code you tried and the error message. Upvote 0
GMan Well-Known Member Licensed User Longtime User Jun 9, 2016 #3 Erel said: You can call it with jShell. Post the code you tried and the error message. Click to expand... Thx Erel, it works now with the COM-Port Upvote 0
Erel said: You can call it with jShell. Post the code you tried and the error message. Click to expand... Thx Erel, it works now with the COM-Port