Is your feature request related to a problem? Please describe.
I'm using a prolific PL2303 and I would like to set the baudrate to 921600. I've seen that in the file ux_host_class_prolific.h the default-value is set to 19200 with a define. But with no possibility to change.
Describe the solution you'd like
It would be best, if the baudrate could be set with a define in the ux_user.h. Therefor in ux_host_class_prolific.h only the following has to be made:
Is your feature request related to a problem? Please describe. I'm using a prolific PL2303 and I would like to set the baudrate to 921600. I've seen that in the file ux_host_class_prolific.h the default-value is set to 19200 with a define. But with no possibility to change.
Describe the solution you'd like It would be best, if the baudrate could be set with a define in the ux_user.h. Therefor in ux_host_class_prolific.h only the following has to be made:
Then in ux_user.h the define UX_HOST_CLASS_PROLIFIC_LINE_CODING_DEFAULT_RATE could be set by the user