Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to communicate with a agilent waveform generator. I have made a initial test program of device identification and got it right.Now i want to change the frequency by giving its value in the textbox instead of giving it as a command "FREQ 2000" everytime.How can i do this?
Posted
Comments
Leo Chapiro 9-Sep-15 8:25am    
Let's take a look at your test program, dude!

1 solution

You know, you have to simply get the TextBox.Text property and send it by means of the communication device you are using (Serial Port? Network?) without further details I cannot help more.
 
Share this answer
 
v2

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