LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.doc to .txt

Hi Norbert,

                  My Modem can understand only .txt format.So,I need to convert it to text.

 

thanks,

Vipul

Regards
RobinHood
0 Kudos
Message 11 of 16
(1,268 Views)

Hi Vipul,

what type of modem do you use? Why do you think your modem only understands .txt format?

 

Mike

0 Kudos
Message 12 of 16
(1,268 Views)

hi,

     the controller understands .txt only

thanx,

vipul

0 Kudos
Message 13 of 16
(1,263 Views)

Hi Vipul,

what do you mean with txt only? How many Bits do you have to represent a sign? Please explain in more detail. Maybe it's enough to convert your files with Base64 or something similar.

 

Mike

0 Kudos
Message 14 of 16
(1,253 Views)

Vipul,

 

if a transmittion is only possible in ASCII, that does not mean that you have to convert files to *.txt first. You could create a binary stream of your file and flatten that to string, unflatten at the receiver. The backdraft of this method is that you have to know how the data is stored in that ASCII stream (in fact U8 stream interpreted as ASCII symbols).

Still, i am wondering about the general setup. Are we talking about different PCs in a network? Why is there a special modem instead of a normal Ethernet-connection using TCP/IP (and therefore enabling FTP)?

 

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 15 of 16
(1,249 Views)

Trivia: Not all modems were capable of transmitting all possilbe byte combinations. Moedms that used Flow control like X-on and X-Off would intercept these characters and interpret them as control characters. To transfer binary data using these types of modems the data had to be packed up using escape charaters etc so that they could be unpacked on the other side.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 16 of 16
(1,244 Views)