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

DXL UART #282

Open
dabenpb opened this issue Aug 22, 2021 · 3 comments
Open

DXL UART #282

dabenpb opened this issue Aug 22, 2021 · 3 comments

Comments

@dabenpb
Copy link

dabenpb commented Aug 22, 2021

Is it possible to access the UART3 directly as a standard UART prior to the TTL/485 duplexer? This would be without using any of the dyna libraries. I have a need for 4 uarts.

@ROBOTIS-Will
Copy link
Contributor

Hi @dabenpb
The USART3 is connected to the DYNAMIXEL port via RS485 or TTL IC.
Since these pins are not exposed as GPIO, you may not be able to access them.
If you are using Arduino IDE, have you considered using a softwareserial?

@dabenpb
Copy link
Author

dabenpb commented Aug 23, 2021

I was under the impression that SoftwareSerial was not supported based on a previous question I asked.

@ROBOTIS-Will
Copy link
Contributor

@dabenpb
Sorry about the confusion. What I meant in the previous inquiry was that we have no plan for library update.
You can use SoftwareSerial library from Arduino as OpenCR supports DYNAMIXEL Shield which uses softwareserial for built in serial port.
Thank you.

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

2 participants