-
Notifications
You must be signed in to change notification settings - Fork 237
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
Using RS485 port on OpenCR to communicate with camera #308
Comments
@cmtchow |
Thank you for your reply. Sorry to ask some novice questions. If I have to DIY the driver, where and how can I DIY it? For the camera I'm using, I'm using Pepperl+FUCHS's PGV100-F200A-R4-V19 as a camera for camera-based track guidance. Thank you. |
The camera does not appear to be intended for use on Emmbeded boards. |
Hi @cmtchow The current OpenCR library use the RS485 port only for DYNAMIXEL with DYNAMIXEL SDK library. Since there isn't any driver(or Arduino library for OpenCR) for the camera module, you'll need to write your own send and receive/parsing data function. As @shiba-8ro mentioned in the reply above, I'd recommend trying the camera on the PC first to understand how it works. Thanks. |
This issue has been inactive for a long time, I will proceed with closing it. |
I'm new to this field and just started to learn about OpenCR board.
I'm trying to use one of the RS485 ports on OpenCR to send and receive data from a camera that uses RS485 communication.
My question is, if it possible to use the RS485 port on OpenCR other than motors? If so, how can I begin communication and which pin am I supposed to use in pinMode as output and input?
Thank you.
The text was updated successfully, but these errors were encountered: