Hi All! I would like to implement the DTM nterface over USB VCOM instead of 2xUART (from examples).
Is it possible co-work USB driver (VCOM) and DTM from samples together ?
thx/
Everything is possible but C coding isn't LEGO. So if you expect to just put all files from the examples into one project, recompile and run it then you will have problems. If you will start from UART DTM example and carefully exchange all serial communication logic from UART FIFO to USB driver and some protocol on top of it then it should work.
Everything is possible but C coding isn't LEGO. So if you expect to just put all files from the examples into one project, recompile and run it then you will have problems. If you will start from UART DTM example and carefully exchange all serial communication logic from UART FIFO to USB driver and some protocol on top of it then it should work.