PDA

View Full Version : QSerialDevice on Symbian



hubbobubbo
24th May 2011, 13:18
Hi

Does anyone know if QSerialDevice works on Symbian?

I need to use a virtual com port on Symbian and I am not sure which is the best way, any advice on this?

kuzulis
25th May 2011, 12:53
I do not know. But if simbian is POSIX, quite probably that QSerialDevice will work (excluding class SerialDeviceEnumerator). Ie possible class AbstractSerial will work.

You build yourself and check it out.

I do not have Symbian to check it.

PS: If you find something like: "Symbian serial programming howto " I will try to do anything.

kuzulis
2nd October 2011, 19:00
I to realize in QSerialDevice 2.0 OS support Symbian.
We've implemented an API for the class SerialPortInfo, as well as launched API class SerialPort.

At the moment I need help:
1. It is necessary to implement the methods read()/write() (and related)
2. Need to somehow implement the notifications on data port, etc. (for signal ReadyRead ()).

Who interes to test and help me - ask your questions here or send me an email.

PS:
Link to library develop: http://gitorious.net/qserialdevice/qserialdevice/trees/2.0