Log in

View Full Version : Can't get EDU RC to print things.


devicenull
29-01-2006, 15:21
I'm using the edu_serial_ports code, and none of my printf's will actually display anything.

Using the default code for it, which mirrors what you type into the terminal window, I do see output.. but that use's Write_Serial_Port_One(), not printf.

Any suggestions?

I've tried changing it to the second serial port, but that is apparently the TTL port.

Kevin Watson
29-01-2006, 15:43
I'm using the edu_serial_ports code, and none of my printf's will actually display anything.

Using the default code for it, which mirrors what you type into the terminal window, I do see output.. but that use's Write_Serial_Port_One(), not printf.

Any suggestions?

I've tried changing it to the second serial port, but that is apparently the TTL port.Can you send me your code?

-Kevin

Kevin Watson
29-01-2006, 16:42
I'm using the edu_serial_ports code, and none of my printf's will actually display anything.

Using the default code for it, which mirrors what you type into the terminal window, I do see output.. but that use's Write_Serial_Port_One(), not printf.

Any suggestions?

I've tried changing it to the second serial port, but that is apparently the TTL port.Remove printf_lib.c/.h from your project and try it again (I also sent you a PM).

-Kevin