Re: serial problem take 2

2002-04-11 Thread Larry Hall (RFK Partners, Inc)
At 01:49 PM 4/11/2002, briseida deyanira maytorena sanchez wrote: >Hello, > >Here we go again, I am writing some test code which will eventually become >a boot loader for a microcontroller. >I need to be able to toggle DTR and RTS lines on the serial port and would >have liked to use ioctl() but

serial problem take 2

2002-04-11 Thread briseida deyanira maytorena sanchez
Hello, Here we go again, I am writing some test code which will eventually become a boot loader for a microcontroller. I need to be able to toggle DTR and RTS lines on the serial port and would have liked to use ioctl() but TIOCMSET, TIOCM_DTR are not supported at the moment. Any ideas on how