Sublime Forum

Can Sublime Text 3 listen to COM5 in py?

#1

Hi,

I am doing a project on plotting the GPS data to google map for tracking purpose. I have written the arduino uno code to read the GPS data from ublox m8n at COM5. Wanting to use sublime text 3 to save the gps data in kml format and plot it over at the google earth map after watching the youtube video. But the video is using Linus computer while i am using window and a SyntaxError: invalid syntax of " gps = serial.Serial{‘COM5’, baudrate = 9600}" appear everytime i press crtl + b.

Also having an possible solution to solve the above question, that is by adding the Arduino package into the Sublime Text 3 and hope to use the command line of saving the kml format as per above video as arduino IDE unable to save the file from its serial port to computer. But the Sublime Text 3 did not appear the step in https://github.com/Robot-Will/Stino after I had input the “Cosa”: “https://raw.githubusercontent.com/mikaelpatel/Cosa/master/package_cosa_index.json” to include the Arduino UNO. I had waited for 2 hours as the saying of every 30 min interval of the Sublime Text 3 update, would install the platform. Similar for the next step under the https://github.com/Robot-Will/Stino.

Hence, require your technical advice on the above two issues

0 Likes