??? 09/19/04 09:51 Read: times |
#77665 - RE: Reconfigure Hyperterm Responding to: ???'s previous message |
Actually, n or ASCII 10 code (LF) in all of the UNIX world and quite a bit of others is considered newline, while r or ASCII 13 (CR) is useful at creating different whirls, progress bars and other inline ascii animations. Using CR+LF in Unix doesn't hurt as the cursor lands where it was supposed to land anyway.
In the Microsoft world though, you need to use 2 characters to terminate each line as LF moves the cursor 1 character down but doesn't move it to the beginning of the line, so extra CR is required. So, YMMV, you may need LF or CR+LF, but no matter what, CR (13) by itself won't suffice unless your intention is to overwrite existing text. |
Topic | Author | Date |
Sending newline via rs232 | 01/01/70 00:00 | |
RE: Sending newline via rs232 | 01/01/70 00:00 | |
Reconfigure Hyperterm | 01/01/70 00:00 | |
RE: Reconfigure Hyperterm | 01/01/70 00:00 | |
System-dependent EOL.![]() | 01/01/70 00:00 | |
See Your ASCII Table | 01/01/70 00:00 |