summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex')
-rw-r--r--notFinishedCode/Report/test.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index ce7cdb2..0e9e94f 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -320,6 +320,11 @@ got their own port addresses. They were automatically assigned by the operating
either after the cables were plugged into the USB port or after a system reboot.
One of the problems we had to deal with was assigning the right cell phone
(i.e. with the appropriate GSM network) to the corresponding port address.
+\begin{figure}[ht!]
+ \centering
+ \includegraphics[width=60mm]{usbDetectClass.png}
+ \caption[]{USB cable detection class class}
+\end{figure}
The operating system randomly assigned the port names after every reboot.
We were looking for a solution to prevent this misaddressing of the devices.
Our solution was to recognize every device and update the port address in the database.
@@ -387,7 +392,8 @@ The virtual serial ports were created and could be found on \emph{/dev/ttyUSBx},
Some of the cables had the capability to charge the Siemens S55 phones.
Konrad had opened several cables to solder the power supplies to some contacts and the problem was solved for all of the cables.
\subsection{Server}
-We were given an old Pentium 3 computer where we installed Ubuntu Linux. Configured the Apache web server and MySQL.
+We were given an old Pentium 3 computer where we installed Ubuntu Linux. Configured the Apache web server and MySQL.
+Afterwards we installed the Python on it and all the required libraries\footnote{Required libraries are mentioned in section 9.1.}.
\clearpage
\section{Communication protocol}
@@ -887,6 +893,7 @@ is that it only supports cell phones where we could read out the number using th
commands since some cell phone manufacturers do not use the standardized \emph{AT Modem} commands.
\subsection{Using the software}
+\subsection{Error description}
\newpage
\section{Conclusion}
As a result of our successfully finished team project, we had felt how it is to work