990 likes | 1.45k Views
How to Develop Qt Program Simple Examples (5). 2011. 2 . 2 Mr. Kwon. Contents. I2C Control EEPROM Serial Communication Simple Serial Communication Program GPS Receiver UDP Socket Timer Server/Client Mp3 Player. Simple Qt Example for MINI6410 I2C -EEPROM. I2C-EEPROM.
E N D
Howto Develop Qt ProgramSimple Examples (5) 2011. 2 . 2 Mr. Kwon
Contents • I2C Control • EEPROM • Serial Communication • Simple Serial Communication Program • GPS Receiver • UDP Socket Timer Server/Client • Mp3 Player
Simple Qt Example for MINI6410 I2C -EEPROM
Create New Project Create New Project (Abstract)
Design UI QLabel • Window Size : 420 X 240 • Design the form below with: • - QLabel • - QPushButton • - QTextEdit TextEdit PushButton
Implementing the MyWidget Class mywidget.h
Implementing the MyWidget Class mywidget.h
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class (Details) mywidget.h
Implementing the MyWidget Class (Details) mywidget.cpp (1/4)
Implementing the MyWidget Class (Details) mywidget.cpp (2/4)
Implementing the MyWidget Class (Details) mywidget.cpp (3/4)
Implementing the MyWidget Class (Details) mywidget.cpp (4/4)
Simple Qt Example for MINI6410 Serial Communication
Create New Project Create New Project (Abstract)
Design UI QLabel • Window Size : 420 X 240 • Design the form below with: • - QLabel • - QPushButton • - QTextEdit TextEdit PushButton
Implementing the MyWidget Class mywidget.h
Implementing the MyWidget Class mywidget.h
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class mywidget.cpp
Implementing the MyWidget Class (Details) SerialCom.pro
Implementing the MyWidget Class (Details) mywidget.h
Implementing the MyWidget Class (Details) mywidget.h
Implementing the MyWidget Class (Details) mywidget.cpp (1/5)
Implementing the MyWidget Class (Details) mywidget.cpp (2/5)
Implementing the MyWidget Class (Details) mywidget.cpp (3/5)
Implementing the MyWidget Class (Details) mywidget.cpp (4/5)
Implementing the MyWidget Class (Details) mywidget.cpp (5/5)
Simple Qt Example for MINI6410 GPS Receiver
GPS • GPS Module (UIGGUB01-R003) • -Integrated Antena • Serial Interface • High Speed Acquisition (10Hz) • Small Size, Efficient Power Management • - Max. update : 4Hz • - Sensitivity : • Acquisition : -160 dBm • Tracking : -160 dBm • Cold starts : -160 dBm • - Operating Temp. -40°C to 85°C • - Protocol : NMEA
How to Connect GPS and Host PC GPS Host PC
GPS Data Format (NMEA) (GPRMS : Recommended Minimum Specific GNSS Data)
Create New Project Create New Project (Abstract)
Design UI QLabel • Window Size : 420 X 240 • Design the form below with: • - Qlabel • - QTextEdit TextEdit
Implementing the MyWidget Class mywidget.h
Implementing the MyWidget Class mywidget.h