What is the txt file format?

Status
Not open for further replies.

PlatinumT

Member level 3
Joined
Sep 15, 2002
Messages
58
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Arkansas
Activity points
407
txt file format?

I am currently working on a project were I need to transfer information from a microcontroller to a pc. I want the information to be sent as a text file and use windows hyperterminal. Does anyone know what format text files are in? Is it just ASCII?
 

Re: txt file format?

ASCII protocol will be OK.
Hyperterminal will display these characters as text on the PC screen.
 

txt file format?

The best one is ASCII! For the Hyper Terminal, dispaying the character is no problem in ASCII protocol.
It will be simple when you write a converter in microcontroller if neccessery.
 

txt file format?

Yes, it is ASCII format. Remember to attach the End Of File (EOF) at the ending of your file to interect with PC based program.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…