Hi..
My supervisor just asked to me to "learn" python... and write a script that gets info from a "GPS receiver" that it's connected to the "usb" port..
so i downloaded and built the pyUsb and libusb..
and i managed to learn the syntax which was quite easy..
and now am left with the job of the "coding"..
to be honest i never in my life wrote a code that reads from serial, usb or parallel ports .. and i have no clue about how to do it..
i just need a headstart..
or a link to a useful tutorial..
notes..
* it has to be done by Python..
* the device is "GPS Receiver bu-353"
* i have to read the "sentences" that the GPS receives from the satellite..
* am good in C and Java.. but not that good in python "yet"
Thanks folks...
My supervisor just asked to me to "learn" python... and write a script that gets info from a "GPS receiver" that it's connected to the "usb" port..
so i downloaded and built the pyUsb and libusb..
and i managed to learn the syntax which was quite easy..
and now am left with the job of the "coding"..
to be honest i never in my life wrote a code that reads from serial, usb or parallel ports .. and i have no clue about how to do it..
i just need a headstart..
or a link to a useful tutorial..
notes..
* it has to be done by Python..
* the device is "GPS Receiver bu-353"
* i have to read the "sentences" that the GPS receives from the satellite..
* am good in C and Java.. but not that good in python "yet"
Thanks folks...
Comment