I would like to use WP76XX as DCE(Data Circuit Equipment) and control RTS/CTS by application.
According to the following sample program, “HW flow control on” is written.
This is totally controlled by your program, if you set it to “HW flow control ON” and you want the CTS pin to be automatically trigger to host in case there is buffer full, then just don’t use ioctl to control it, then that is fine.
Here I have proven that the the RTS of module is working fine in HW flow control setting.
I set the RTS to be high in PC, after that module will not send out any data to PC until the pin get back to low.