Hello Friends,
I'm using AM335x starter kit. Currently I am working on implementation of freemodbus over uart port using rs485 .
Can any one guide me basic steps for getting port specific files?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Friends,
I'm using AM335x starter kit. Currently I am working on implementation of freemodbus over uart port using rs485 .
Can any one guide me basic steps for getting port specific files?
Hi,
You can check on http://www.freemodbus.org/
I don't understand what you want to do. Can you explain in more details? What software are you using on the SK?
The available documentation for PRU soft UARTs can be found here: http://processors.wiki.ti.com/index.php/Soft-UART_Implementation_on_AM335X_PRU_-_Software_Users_Guide#Running_the_Soft-UART_Sample_Application Is there any specific reason to use soft UARTs? The AM335X has 6 hardware UARTs, without need to use the PRU. For freemodbus usage you should search for documentation on their site. This is a third-party product which isn't supported by TI.
Hi Deep,
In sdk6 you can find the uart drivers in <>/arch/arm/mach-omap2/serial.c and <>/drivers/tty/serial/omap-serial.c, but it's good to migrate to sdk7 or sdk8 because this sdk6 is very old.
BR
Ivan