Mebus
Mebus
This seems to work: ``` const LEN: usize = 255; let mut msg: [u8; LEN] = [0; LEN]; handle.read(&mut msg).unwrap(); println!("MY_SYMBOL value is {:?}", msg); let thestring = str::from_utf8(&msg).unwrap(); println!("{}",...
When will the new version be released? Mebus
You can provide a patch for this.
> .gitignore What are you trying to tell me?
I have changed the URL in the config. Now it downloads it from Hammer, although that's not very nice. Does anybody know where this alecto stuff came from and what's...
pull requests ware welcome...
Please try to run it this way: ``` python cupp.py ``` or ``` python3 cupp.py ``` and make shure you've got python3 installed. Mebus
Hallo, unfortunately I also only get a "EOF" when I try to connect to a Beckhoff PLC using this example: https://github.com/gopcua/opcua/blob/main/examples/crypto/crypto.go This is the output: ``` $ go run ....
Hallo siscia, I also tried a public OPC/UA server on the internet and I get a similar result: ``` $ go run . -endpoint opc.tcp://opcuademo.sterfive.com:26543 -debug debug: uacp: connecting to...
Hallo siscia, I know that it is a open source project and I really appreciate your work. I was using open62541 before. However I discovered that Go is much quicker...