Hello,
If you could communicate your FTDI device using minicom then you could access it through at serial port class.
You can check the log messages once you connect the device for its capabilities.
Thanks and regards,
Ganesh
--
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
These two issues reported seem to be different.
One regarding serial and other related to rendering.
Could you please post the code snippet and log.
Thanks and regards,
Ganesh
Its working with minicom, just i had to disable flow control both hardware and software.In QT the port is detected properly with proper FTDI port info, but App hangs after any read/write activity on port. I have set NoFlowControl with QSerialPort class setting.The other issue is App works without FTDI activity but it always shows libEGL warning: DRI2: failed to authenticate error.Please guide..Mugdha Jog
Hello,If you could communicate your FTDI device using minicom then you could access it through at serial port class.You can check the log messages once you connect the device for its capabilities.Thanks and regards,
Ganesh
--On 21-Nov-2016 5:43 pm, "'kasturi karandikar' via Levana Technologies" <levana-technologies@googlegroups.com> wrote:--Hiii,I have raspberry pi 3 with Raspbian jessie and QT5 + QT creator installed on it.I have other device with FT230X USB-Serial Converter IC (FTDI) and i want to develop QT app which sends data to device through FT230X link. (on windows it is detected as virtual comm port and works well with QTSerialPort class without any further settings)I have installed FTDI D2XX driver as per linux installation guide and can run its demo programs to open port as well as read/write data. (on RPi3)Now i want to call it from QT. Is it possible through QTSerialPort class or do i need to write program using FTDI lib functions?Regards,Mugdha Jog
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+ unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+unsub...@googlegroups.com.
Its working with minicom, just i had to disable flow control both hardware and software.In QT the port is detected properly with proper FTDI port info, but App hangs after any read/write activity on port. I have set NoFlowControl with QSerialPort class setting.The other issue is App works without FTDI activity but it always shows libEGL warning: DRI2: failed to authenticate error.Please guide..Mugdha Jog
Hello,If you could communicate your FTDI device using minicom then you could access it through at serial port class.You can check the log messages once you connect the device for its capabilities.Thanks and regards,
Ganesh
--On 21-Nov-2016 5:43 pm, "'kasturi karandikar' via Levana Technologies" <levana-technologies@ googlegroups.com> wrote:--Hiii,I have raspberry pi 3 with Raspbian jessie and QT5 + QT creator installed on it.I have other device with FT230X USB-Serial Converter IC (FTDI) and i want to develop QT app which sends data to device through FT230X link. (on windows it is detected as virtual comm port and works well with QTSerialPort class without any further settings)I have installed FTDI D2XX driver as per linux installation guide and can run its demo programs to open port as well as read/write data. (on RPi3)Now i want to call it from QT. Is it possible through QTSerialPort class or do i need to write program using FTDI lib functions?Regards,Mugdha Jog
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+ unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+ unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.
--
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+ unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.
1. Try running terminal project given on qt5 documnetation
qtserialport-terminal-example
2 Refer FAQ for Pi3 bugs
GLX DRI2 not supported or failed to authenticate. Need to create some symbolic link.
Thanks and Regards,
Ganesh
Have I done any mistake while installing QT or do i need to add permissions for QT to access virtual serial port (FTDI)?
These two issues reported seem to be different.
One regarding serial and other related to rendering.Could you please post the code snippet and log.Thanks and regards,
Ganesh
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Levana Technologies" group.
To unsubscribe from this group and stop receiving emails from it, send an email to levana-technologies+unsub...@googlegroups.com.
Have I done any mistake while installing QT or do i need to add permissions for QT to access virtual serial port (FTDI)?
These two issues reported seem to be different.
One regarding serial and other related to rendering.Could you please post the code snippet and log.Thanks and regards,
Ganesh