GP32 Soft Copy Of Terminal Program


ray

Still Fresh
Joined
Jul 24, 2004
Messages
2
guys, can you help me to give me an example of source code?I am trying to send some commands from the computer to the GP32 and vice versa but the problem is i do not know the source code. can you give the library that you are using as well so that i can use the same? wouldn you like to give me some libraries and compiler. thank you very much
 
You might want to look at the tutorial on gplinux as well.
http://www.gp32x.de/board/index.php?showtopic=12412
If you can use gplinux, then all you need to do to send characters to the serial port will be to open a file called /dev/tty0 and write to this file. reading from it will get characters from the serial port.
 
Last edited by a moderator:
Back
Top