Hi imx-developers,
Good day !
It's simple. Could imx6 chipset support RS485 ?
There are many related questions posted on this community about RS485.
Many patch codes exist as well but I not sure which one would be trusted.
Would you somebody tell us which patch code works well on rs485 ?
thank you.
Solved! Go to Solution.
Hi keres
RS485 is currently not supported by the imx serial driver, however
some folks seems added RS485 support to the imx serial driver.
http://marc.info/?l=linux-kernel&m=142366865609389&q=raw
http://www.spinics.net/lists/linux-serial/msg15795.html
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I had similar requirement right now. Can help on this. Is any patch which support RS485 on Imx6 processor ?
Hi keres
RS485 is currently not supported by the imx serial driver, however
some folks seems added RS485 support to the imx serial driver.
http://marc.info/?l=linux-kernel&m=142366865609389&q=raw
http://www.spinics.net/lists/linux-serial/msg15795.html
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Dear Igor,
Thank you for your response.
Patch code from "Marc" is working well.
http://marc.info/?l=linux-kernel&m=142366865609389&q=raw
RS485 TX data has verified successfully,But not RX. I'm still checking on it.
Have a nice day ~~
Hi Kim,
did you managed to make the RX working?