Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP connection for VESC tools is unavailable when uart connection is established with Lisp #708

Open
senhwa opened this issue Feb 16, 2024 · 0 comments

Comments

@senhwa
Copy link

senhwa commented Feb 16, 2024

Hi, we are using VESC 4.12 and Firmware is 6.02.
We are utilizing Serial-Ether Converter (like Eport-20) to communicate with VESC through Ethernet.
Basically, it works well, available with using VESC tools via TCP and socket communication with pyvesc.

Now, We want to use uart connection with the lisp code running on VESC.
But after establishing uart connection with the code
(uart-start 115200)
then, TCP connection with VESC tools and socket communication with pyvesc is unavailable.
More detailed, TCP connection is recognized, but VESC tools says the firmware of VESC is not detected.

Is there a way to make this implementation possible, or is this a wrong way to use it?

We always thank you for your supports and updates. Have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant