Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: How to get terminal app data to a GUI app
is a discussion within theiPhone / iPod Touch SDK | Development Discussion
forums, a part of the3rd Party Apps For iPhone | iPod Touch
section;So I created a nice serial/UART program and it runs very well through "mobileterminal". I tried running the same code using a GUI hello world example, however it doesn't output
...-
12-17-2008, 02:54 PM #1
How to get terminal app data to a GUI app
So I created a nice serial/UART program and it runs very well through "mobileterminal".
I tried running the same code using a GUI hello world example, however it doesn't output anything to my connected UART device so I'm assumming it doesn't run or there is permission issue opening the serial port via the commmand...
My goal is to get UART data to and from a GUI.Code:open("/dev/tty.iap", O_RDWR | O_NOCTTY | O_NONBLOCK);
I'm about to tear apart the "mobileterminal" app source code to see what I can do. I'm just wondering if it has been done?
-
12-24-2008, 02:15 AM #2
Maybe try contacting some of the developers of mobileterminal - Google Code and see how they addressed the front end GUI permission issues. Like I said on your UART thread, I'm very interested in this, it's just quickly escaping my field of expertise.
-
10-02-2009, 03:28 AM #3
Hello cmk1523,
Did you figure this out? I am currenty working on firmware 3.0, met the same problem that you had, could you please share your experience?
Thanks a lot.




LinkBack URL
About LinkBacks
Reply With Quote