Hi, @joan > my serial.log file is empty @tedhale > i apply modified on /boot/cmdline.txt and T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 but my ttylog block always on logfile = fopen(modem_device, "rb"); no probleme with open but segment fault after ;) how can i display to look to /dev/ttyAMA0...
I'm used minicom just for testing the communication between 2 units (RaspBerry Pi and PC Dell).
Now I want testing ttylog because i want little software for logging my serial port into log file.
(I want compile myself the different source with gcc)
Hello, I want use the serial port on ttyAMA0. I connect with none problem Raspberry and Dell Ubuntu with minicom for communication. Now, i want use ttylog (http://sourceforge.net/p/ttylog) i have a source and compile with makefile, but if i run ttylog, no connection problem with fopen(modem_device.....