Sal mentioned that CR-FL is handled differently in some terminal programs. Teraterm can translate sent or recieved lines from CR, LF or CR-LF into CR, LR, or CR/FL according to user needs. Sal needed to do development on another machine, and found the common tools did not support this, and/or did not support them in the same way. So CR-LF translation has been added to the serial driver. This should not affect anything that is already in place, it is just another configuration option that is available. (I think Brian ran across this in 4.3, but we did not properly identify the cause)
.
I can see the lines:
\ h00 - h04 -- io channel for serial driver
\ h04 - h84 -- receive buffer
\ h84 - hC4 -- transmit buffer
\ hC4 - hC8 -- long - send a break for this number of clock cycles
\ hc8 - hCC -- flags
\ h_0000_0001 - if true do not expand cr to cr lf on transmit
in serial.f but how am I supposed to use the cr/cr+lf option?
Comments
I can see the lines:
\ h00 - h04 -- io channel for serial driver
\ h04 - h84 -- receive buffer
\ h84 - hC4 -- transmit buffer
\ hC4 - hC8 -- long - send a break for this number of clock cycles
\ hc8 - hCC -- flags
\ h_0000_0001 - if true do not expand cr to cr lf on transmit
in serial.f but how am I supposed to use the cr/cr+lf option?
Hi wiebel
PLease see the new thread
http://forums.parallax.com/showthread.php?138399-Propforth-5.0-is-available-for-download
If your question is not answered in the new download, please ask in that thread, as this one is now old.