Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I'm making a small project for myself and I want to know how it would be possible to program a piece of code which could interface with an amateur radio model like the

ICOM IC-756PRO III

there are already many open source amateur radio programs available such as "ham radio deluxe" and I want to start programming my own (rig control, logging, rotator control for example)

I would like to program this with Java if possible, could I get some advice, perhaps some suggestions if possible? thank you
Posted
Comments
pasztorpisti 19-Oct-13 10:21am    
Suggestion: As a first step write a list about the features/functionalities you want to see in your program and start programming. When you encounter a difficult problem that can't be solved easily with google then you come here and we help in it. Write the program in whatever language you feel most suitable/comfortable for the job (based on your current knowledge), if some parts of the software need low level programming then you can still easily connect C/C++ with java via jni...
Member 9592253 12-Nov-13 13:00pm    
Hello, I've decided to do something different, What I want to do now is create an application to work with the Ham Radio Deluxe server, which can control the servers IP commands and therefore control the software but with my own interface, I wanted to eventually try and develop an android app to control the HRD software via the HRD IP server


the rig is connected to the PC via RS-232 connection, using the Icom CI-V Level Converter CT-17http://www.eham.net/reviews/detail/6546[^]


I found this: http://forums.hrdsoftwarellc.com/showthread.php?9248-HRD-IP-Server-Command-List[^]

So right now I want to try and develop a small java application which could connect to the HRD IP server and possibly use these commands from the IP-server,would you think this would be possible?

1 solution

You have to do (simple) serial communication. See, for instance, here[^] for software and hardware suggestions.
 
Share this answer
 
Comments
Member 9592253 18-Oct-13 15:58pm    
thanks

I should also mention that I want to make the software work on a server with an internet protocol
[no name] 18-Oct-13 23:18pm    
Do you wish to control the radio from a remote location via the internet?
Member 9592253 19-Oct-13 4:37am    
I did want to do that, but right now I only want to control the radio from a server, while the computer connecting to the server is connected to the radio via serial (also I have no ethernet connection from the radio)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900