Wow I'll second that! Thanks Jeremy! ~M On 9/23/2010 4:13 PM, Erik Mitchell wrote: > Wow, I didn't know you could do that with screen. I'm never using minicom again! > > Thanks Jeremy. > > -Erik > > On 9/23/2010 4:07 PM, Jeremy Olexa wrote: > There are tons of apps out there for serial access, just google for >> "serial +linux" or so. This is especially hot in the embedded >> development. Myself, I use GNU screen to connect to my arm computer with >> a RS-232->USB converter since none of my computers have serial ports >> anymore. "screen /dev/ttyUSB0 115200" I'm sure the same applies for ttyS0. >> >> Hope that helps, >> Jeremy