Code Monkey home page Code Monkey logo

Comments (5)

sergiss avatar sergiss commented on September 24, 2024

Hello?
Can you provide more information about the "COM Mode", for example in which section of the product instructions does it appear or can you share a screenshot?
Best regards

from anviz-protocol.

juanignacioarano avatar juanignacioarano commented on September 24, 2024

Hello!
2023-07-26 15_34_44-Window
I want to change that password, but when i change it the communication with the device stop working.

I'm working with a VF30PRO.

from anviz-protocol.

sergiss avatar sergiss commented on September 24, 2024

Ah! Ok, so you were referring to the communication password. You can do the following:

device.getDeviceInfo1((info)=> {
info.communicationPassword‎ = 123456;
info.communicationPasswordLength‎ = 6;
device.setDeviceInfo1(info);
});

In this code snippet, it retrieves the "DeviceInfo1", and once retrieved, you can set the communication password.

I have not used this feature (setting the communication password), so I can't guarantee that the communication with the device will continue working. But you will always be able to disable it from the web interface, in order to make it work again.

I hope this helps.
Regards.

from anviz-protocol.

juanignacioarano avatar juanignacioarano commented on September 24, 2024

Once i set the password how could i change the credentials to adapt to the new communication password ?, because when its not the default password i encounter the following error = "Error: ACK Error: 14"

from anviz-protocol.

sergiss avatar sergiss commented on September 24, 2024

Hello,
The error occurs because the communication is now "encrypted". You'll need to find out how to "decrypt" this information before the library processes it. Regards, closing the thread.

from anviz-protocol.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.