Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: arutti on June 06, 2010, 11:01:54 AM
-
I need to access serial ports.
Has anyone an extension for it ?
I don't know where to start to build such an extension.
Could someone direct me with a sample !
Thanks
Andre
-
The wiki has many good guides:
http://wiki.tinycorelinux.com/Creating+Extensions (http://wiki.tinycorelinux.com/Creating+Extensions)
If you need help, aks or maybe I'll try later ;)
\\Batnas
-
I need to access serial ports.
Has anyone an extension for it ?
cutecom, putty may be what you are looking for
-
I need to access serial ports.
Has anyone an extension for it ?
irda-utils in the 1.x repo contains setserial
-
I do really need pyserial.
I'm porting Python sw that runs on Windows and other Linux.
Andre
-
I've downloaded the source, give me a day or two to see if I can make an extension out of it.
-
Posted - up to you to test...
-
I'll have to upgrade to V3 first.
Thanks and regards
-
I've done a simple test using miniterm.py ( in the extension ) with a USB serial on /dev/ttyUSB0 and it works perfectly.
Regards