Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS-950SDX ptt erratic behavior #229

Closed
mdblack98 opened this issue Apr 28, 2020 · 1 comment
Closed

TS-950SDX ptt erratic behavior #229

mdblack98 opened this issue Apr 28, 2020 · 1 comment

Comments

@mdblack98
Copy link
Contributor

It appears that the TX; and RX; commands sometimes get an IF response and sometimes nothing.
Perhaps depending on whether or not they actually do anything. AI0 has been run so transceive is off so this appears to be errant behavior.
Will have to change so that IF is a valid response for those two commands to avoid the repeat that occurs.

2020-04-28:21:16:30.064811: write_block(): TX 3 bytes
2020-04-28:21:16:30.065810: 0000 54 58 3b TX;
2020-04-28:21:16:30.065810: write_block called
2020-04-28:21:16:30.065810: write_block(): TX 3 bytes
2020-04-28:21:16:30.065810: 0000 49 44 3b ID;
2020-04-28:21:16:30.065810: read_string called
2020-04-28:21:16:30.340722: read_string(): RX 15 characters
2020-04-28:21:16:30.340722: 0000 49 46 30 30 30 31 34 30 37 34 30 30 30 20 20 IF00014074000
2020-04-28:21:16:30.340722: kenwood_transaction: read_string(len=15)='IF00014074000 '
2020-04-28:21:16:30.340722: kenwood_transaction: Command is not correctly terminated 'IF00014074000 '
2020-04-28:21:16:30.340722: kenwood_transaction: cmdstr = TX
2020-04-28:21:16:30.340722: serial_flush called
2020-04-28:21:16:30.340722: serial_flush: tcflush
2020-04-28:21:16:30.340722: write_block called
2020-04-28:21:16:30.340722: write_block(): TX 3 bytes
2020-04-28:21:16:30.340722: 0000 54 58 3b TX;
2020-04-28:21:16:30.340722: write_block called
2020-04-28:21:16:30.340722: write_block(): TX 3 bytes
2020-04-28:21:16:30.340722: 0000 49 44 3b ID;
2020-04-28:21:16:30.340722: read_string called
2020-04-28:21:16:30.384708: read_string(): RX 6 characters
2020-04-28:21:16:30.384708: 0000 49 44 30 31 32 3b ID012;
2020-04-28:21:16:30.384708: kenwood_transaction: read_string(len=6)='ID012;'

@mdblack98
Copy link
Contributor Author

Working OK now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant