see https://sourceforge.net/p/stm32flash/tickets/94/
see https://sourceforge.net/p/stm32flash/tickets/105/
bump
fprintf(stderr, "i %d %d, o %d %d, c %d %d, l %d %d\n", settings.c_iflag, h->newtio.c_iflag, settings.c_oflag, h->newtio.c_oflag, settings.c_cflag, h->newtio.c_cflag, settings.c_lflag, h->newtio.c_lflag ); gives i 16 16, o 0 0, c 6322 6578, l 16 16 so only the flag c_cflag is not not properl set; in particular is only the 9 bit, with i think rapresent OFILL. Can we set to ignore it? maybe disable the checks by a parameter?
exactly, I commented out all the if, but i guess an attribute to disable the check...
sorry guys, finally compiled the new firmware from ESP with software buffer of 1024...
TCP support
Yes my bad, sorry On Sun, 3 May 2015 20:48 Giovanni Di Sirio gdisirio@users.sf.net...