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

Yaesu GS232 Commands when using Remote and Slave #68

Open
VK5LO opened this issue Apr 26, 2020 · 9 comments
Open

Yaesu GS232 Commands when using Remote and Slave #68

VK5LO opened this issue Apr 26, 2020 · 9 comments

Comments

@VK5LO
Copy link

VK5LO commented Apr 26, 2020

Hi I have been trying to workout how the calibration for AZ and Elevation is done on a remote slave unit when sending commands though a master. When talking to the serial port on the master, I can send all commands, B, C, C2, S, A, E, L, R, D, U, and these all work on the slave, but calibration commands O, F, O2, F2 do not work, and there is no data sent back other than a ?> I have gone through the code many times and cannot see why these calibration functions won't work. Could this be a bug in the software that has not come up before?

@k3ng
Copy link
Owner

k3ng commented Apr 26, 2020 via email

@VK5LO
Copy link
Author

VK5LO commented Apr 26, 2020

Sorry I forgot to mention they are pots connected to the slave unit. They are being read OK and showing up on the display on the master. Maybe its something to do with where the calibration settings are stored and if using sensors on the slave unit cannot be stored?

@k3ng
Copy link
Owner

k3ng commented Apr 26, 2020 via email

@VK5LO
Copy link
Author

VK5LO commented Apr 26, 2020

I am using the computer with arduino ide serial monitor on the master sending the yaesu serial commands to control it. All work except the calibration commands. I though that maybe I could do it on the remote slave but it just gives back I think it says ERR2

@k3ng
Copy link
Owner

k3ng commented Apr 26, 2020 via email

@VK5LO
Copy link
Author

VK5LO commented Apr 26, 2020

The master on its own when not defined, ( uncommented ) as a FEATURE_MASTER_WITH_SERIAL_SLAVE works fine its only when this option is selected and I can send it O and F commands it works fine.

@k3ng
Copy link
Owner

k3ng commented Apr 28, 2020 via email

@VK5LO
Copy link
Author

VK5LO commented Apr 28, 2020

OK here are the message replies Anthony
\Z Suspend auto remote commands on
\R Remote port rx sniff on
\SO ER02

@VK5LO
Copy link
Author

VK5LO commented Apr 29, 2020

I think that the issue is to do with #ifdef FEATURE_AZ_POSITION_POTENTIOMETER somewhere in the code around line 14192 latest version. In the master of course its set to #define FEATURE_AZ_POSITION_GET_FROM_REMOTE_UNIT and in the remote unit set to #define FEATURE_AZ_POSITION_POTENTIOMETER

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

2 participants