Installation in windows
From Rsewiki
(Difference between revisions)
(Created page with "Installation i windows kræver * Installation af driver https://www.pjrc.com/teensy/td_download.html - seriel driver installation med https://www.pjrc.com/teensy/serial_inst...") |
|||
Line 1: | Line 1: | ||
− | Installation i windows | + | Installation i windows |
+ | |||
+ | == Klientprogram == | ||
+ | |||
+ | Der skal installeres | ||
* Installation af driver https://www.pjrc.com/teensy/td_download.html - seriel driver installation med https://www.pjrc.com/teensy/serial_install.exe | * Installation af driver https://www.pjrc.com/teensy/td_download.html - seriel driver installation med https://www.pjrc.com/teensy/serial_install.exe | ||
+ | |||
+ | Klienten er en Python (QT4-python) applikation, som kræver | ||
+ | |||
+ | * Installation af python - f.eks. version 2.7 fra https://www.python.org/downloads/windows/ | ||
+ | |||
+ | * installation af QT4 GUI library - fra http://www.riverbankcomputing.co.uk/software/pyqt/download. | ||
+ | Installation af http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt4-4.11.3-gpl-Py2.7-Qt4.8.6-x64.exe | ||
+ | NB! det skal være QT4 og der skal indgå 'Py2.7' i filnavnet (eller sammenhæng mellem Python version og PyX.X i QT4 filnavnet. | ||
+ | |||
+ | * installation af python seriel kommunikation fra https://pypi.python.org/pypi/pyserial - igen skal version passe med Python, i.e. 2.7. |
Revision as of 09:58, 23 December 2014
Installation i windows
Klientprogram
Der skal installeres
- Installation af driver https://www.pjrc.com/teensy/td_download.html - seriel driver installation med https://www.pjrc.com/teensy/serial_install.exe
Klienten er en Python (QT4-python) applikation, som kræver
- Installation af python - f.eks. version 2.7 fra https://www.python.org/downloads/windows/
- installation af QT4 GUI library - fra http://www.riverbankcomputing.co.uk/software/pyqt/download.
Installation af http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt4-4.11.3-gpl-Py2.7-Qt4.8.6-x64.exe NB! det skal være QT4 og der skal indgå 'Py2.7' i filnavnet (eller sammenhæng mellem Python version og PyX.X i QT4 filnavnet.
- installation af python seriel kommunikation fra https://pypi.python.org/pypi/pyserial - igen skal version passe med Python, i.e. 2.7.