Posted: Tue Nov 17, 2015 8:23 am
Thanks.
The problem was that this board only has a DTR and doesn't bring out RTS to a pin. The function jp12OriginalConnect() only toggles RTS but otherwise looks like it is using the correct procedure for this board.
I made a couple of minor changes to jp12serial so it toggles DTR as well as RTS in the jp12OriginalConnect() and resetRemote() functions and it now seems to work fine at least on Linux.
If anyone is interested it adding this to the official jp12serial I can give more info if needed.
The board I used was a really cheap (probably less than $2 equivalent) CH340G USB serial adaptor board originally used for programming some Arduino boards.
The problem was that this board only has a DTR and doesn't bring out RTS to a pin. The function jp12OriginalConnect() only toggles RTS but otherwise looks like it is using the correct procedure for this board.
I made a couple of minor changes to jp12serial so it toggles DTR as well as RTS in the jp12OriginalConnect() and resetRemote() functions and it now seems to work fine at least on Linux.
If anyone is interested it adding this to the official jp12serial I can give more info if needed.
The board I used was a really cheap (probably less than $2 equivalent) CH340G USB serial adaptor board originally used for programming some Arduino boards.