So it should be as simple as registering the class, acquiring a cdc_acm class pointer in your thread, and read/write? I note that the API ports these 4 functions: #define ux_host_class_cdc_acm_entry _ux_host_class_cdc_acm_entry #define ux_host_class_cdc_acm_read _ux_host_class_cdc_acm_read #define ux_host_class_cdc_acm_write _ux_host_class_cdc_acm_write #define ux_host_class_cdc_acm_ioctl _ux_host_class_cdc_acm_ioctl I did an ioctl get of the line parameters, but I did not do a line set. Is that necessary? For ux_host_class_cdc_acm_entry I used the one in the EL stack.
↧