Jump to content

Data-transfer through satelite connection


Recommended Posts

Hello,

I have to connect two computers for data transfer. However since none of these computers will have normal internet acces, the only way this can be done is through satelite communication.

I have two satelite phones available which can be connected through a COM port to the computers. I have been able to transfer the data with VISA, when the connection between the two satelite phones is running. However since I have to pay for this communication per minute, and data only needs to be send once every 10 minutes or so I have been looking for a way to make LabVIEW initialise the connection between the two phones when data becomes available, and terminate it again when the transfer is done. I can't seem to find any way how to do this though.

I hope anyone can help me with this.

Thanks

Edited by JurjenHendriks
Link to comment

Hello,

I have to connect two computers for data transfer. However since none of these computers will have normal internet acces, the only way this can be done is through satelite communication.

I have two satelite phones available which can be connected through a COM port to the computers. I have been able to transfer the data with VISA, when the connection between the two satelite phones is running. However since I have to pay for this communication per minute, and data only needs to be send once every 10 minutes or so I have been looking for a way to make LabVIEW initialise the connection between the two phones when data becomes available, and terminate it again when the transfer is done. I can't seem to find any way how to do this though.

I hope anyone can help me with this.

Thanks

I'm presuming that when you say it's connected through the COM port. The phones have a built in modem (most modern ones do). In which case it is just choosing the appropriate AT commands. (e.g ATD+12125551212; to dial and ATH to hang-up)

Edited by ShaunR
Link to comment

I'm presuming that when you say it's connected through the COM port. The phones have a built in modem (most modern ones do). In which case it is just choosing the appropriate AT commands. (e.g ATD+12125551212; to dial and ATH to hang-up)

Thanks, this is really usefull.

Do I need a terminal emulator to send these commands, or can they simply be send by the VISA-write function?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.