**** BEGIN LOGGING AT Tue May 10 02:59:56 2022 May 10 03:46:00 @zmatt: What exactly should SystemExit do in a try/except function? May 10 03:46:09 I could not figure it out. May 10 03:46:21 It just hung there and did nothing but waste my time. May 10 04:31:13 set_: nothing, you shouldn't be catching a SystemExit exception at all May 10 04:32:36 also, the try should be outside your main loop, not inside it May 10 04:35:23 the make() function you showed would make it impossible to exit normally, ctrl-C would print "Done and now exiting" but it would in fact just continue to run May 10 06:40:11 hi May 10 06:41:59 i am using Beaglebone AI board May 10 06:42:18 i need help in interfacing LCD May 10 07:19:06 Hello May 10 07:19:37 Hi May 10 10:13:00 Hi Team, Where should i find drivers for beagle bone black revision c for windows OS? May 10 10:45:11 where should I get drivers for my beagle bone black revision C for communicating with windows host? May 10 10:53:54 Guest36: no drivers are needed May 10 10:57:01 though I think if the BBB is running old firmware then it might not be recognized by Windows, but that would be fixed by reflashing the beaglebone May 10 10:58:03 (microsoft has a tendency to periodically break things and require changes on the beaglebone side to get windows to understand again that it needs to use microsoft's own driver for microsoft's own RNDIS protocol) May 10 15:06:59 Hello there! May 10 15:09:06 Can someone please explain me how to configure device tree in Beaglebone Black? I'm using XFCE desktop that I installed in the eMMC May 10 15:10:03 I want to use an XPT2046 resistive touchscreen via SPI, so I assume I've to configure the pins to do so May 10 15:27:37 I know my question may sound stupid, but I'm really a newbie in regards to BBB and Linux May 10 15:56:03 I still here May 10 15:56:20 My username changed when I reconnected thou May 10 16:07:54 o.O May 10 16:34:36 ? May 11 00:06:55 @zmatt: I am going to test that untried example you showed me w/ gpsdclient. I think I already have it installed. May 11 00:07:02 Be back w/ juicy details! May 11 00:16:55 https://pastebin.com/rFszfGnk is my error. Is this a permission issue? May 11 00:18:39 Or... May 11 00:18:47 It could be the gpsd from apt backend? May 11 00:21:31 Just running ./gpsdclient gives a [Errno 111] Connection refused. May 11 00:28:04 @zmatt: It is this one right? https://github.com/tfeldmann/gpsdclient ? May 11 00:38:21 I exited the terminal. May 11 00:38:24 It runs! May 11 00:38:33 No output, though. May 11 00:38:49 Something must be up. on to looking into it. May 11 01:04:40 @zmatt: YOu did it! May 11 01:04:46 Way to go, sir. It is working! May 11 01:05:05 I got all sorts of times, lat, and lon scores in my file. Hmm. May 11 01:05:31 Now, onto those other odd GPS scripts. I wonder what is happening in those files that creates issues? Oh well. May 11 01:05:40 Thank yoU! May 11 01:08:09 I have seven files, all of which are python3 scripts handling GPS, that refuse to work. This is neat. May 11 01:08:45 Now, onto file descriptions and how to set up the .kml file correctly. Ya boy! May 11 01:40:03 @zmatt: Have you ever used a tracker/GPS to show off whereabouts during travel via KML and Google Earth? May 11 01:40:46 I was thinking that instead of \n, I could use \t and commas to promote my travels w/ this GPS. May 11 01:41:12 The ideas of automating is better than adding in the GPS tracked references manually. May 11 01:41:46 So, off to find out about how to automate .txt to .kml to Google Earth. If people are interested, I found this! May 11 01:42:04 Here: https://developers.google.com/kml/documentation/kml_tut May 11 01:42:42 Keyhole Markup Language. ha. Anyway, this is what Google Earth takes as a way to evaluate movement in GPS tracking. May 11 02:27:22 Some biking is in order! May 11 02:27:26 Got it! May 11 02:27:33 Ha. I feel so good when things work. May 11 02:32:51 Google Earth is fickle. You have to set up things so it is this before that and so on. May 11 02:33:12 It will not accept altitude before longitude/latitude. May 11 02:42:38 Look at this oldschool code: https://github.com/silver2row/js-v2-samples/blob/gh-pages/articles-csvtokml/csvtokml.py May 11 02:42:40 Nice. **** ENDING LOGGING AT Wed May 11 02:59:56 2022