Part Number: TMS320F28377S
Tool/software: Code Composer Studio
I am working on building a code for MODBUS slave(I am using Launchpad TMS320F28377S to run slave code). I am done with receiving request from the master(for now I'll be having PC as the Master and only one Slave is there). I have successfully processed the request by making the Modbus Poll Master simulator send the request as broadcast message since the Master will not be expecting a response(I am broadcasting the message since I have not coded for the response part for the slave).
Now, my doubt is, should we send an idle time of t_3.5 before and after sending the response. If yes, how should we do that. Is it like, before sending the response, we should start running a timer for t_3.5 time? Or we should make some Pin High and then run t_3.5 timer and when it expires, we should start sending the response? Since I am using a Launchpad and connecting it to PC using USB, how can I do that? I am beginner in these things, so I don't know the basic underlying technicalities of these. Someone please explain.