mochad -d ends with message "Could not find endpoints"
Brought to you by:
mmauka
(version 0.1.15, file mochad.c)
when starting mochad -d, program returns with message:
mochad.c:634:Could not find endpoints <random-number></random-number>
when checking source, I noticed no "return 0;" in get_endpoint_address()
After inserting "return 0;" between lines 485 and 486 of mochad.c (last line of get_endpoint_address()), program did start normally and I could send commands to my CM15A...
(When creating this ticket, I did not know rules about 'priority', 'status', ... so left them default...)
Last edit: Stephan van Ingen 2012-12-02
Sorry if I created a duplication: https://sourceforge.net/p/mochad/bugs/6/
It looks like return "r" rather than 0 makes more sense.