Re: [beagleboard] Re: Beaglebone as a USBTMC Device

2019-01-14 Thread Matt Bradley
t control and scripting. You might want to Google "Python USBTMC." Both Python 2 and Python 3 are readily available for the BBB. --- Graham == On Sunday, January 13, 2019 at 10:51:48 PM UTC-6, Matt Bradley wrote: Hello, Does anyone know how to make t

[beagleboard] Beaglebone as a USBTMC Device

2019-01-13 Thread Matt Bradley
know it can be done, but I do not have any idea how to do it. Thanks! -Matt Bradley -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop

Re: [beagleboard] Spam on the list

2018-09-19 Thread Matt Bradley
He claimed he wasn't doing it and asked for my resume (really!). Maybe if more people called... On September 19, 2018 11:44:40 AM PDT, evilwulfie wrote: >Did he give a shit?  I suspect not. > >On 9/19/2018 11:03 AM, Matt Bradley wrote: >> He puts his phone number in his

Re: [beagleboard] Spam on the list

2018-09-19 Thread Matt Bradley
He puts his phone number in his email. Call him and tell him to stop. I did. On September 19, 2018 11:01:04 AM PDT, Jacek Radzikowski wrote: >Dear group admins, > >because no one is willing to take any actions on the spammer who >regularly >sends unwanted messages to the list, and who

[beagleboard] Re: gdbserver

2018-05-28 Thread Matt Bradley
Actually, (with the help of ZMatt in the chatroom), I solved this problem last night. The problem was not with gdbserver (which was installed) but with gdb (which wasn't). Apparently, gdb is *not* installed by default (which I did not know). So I should have done the following: sudo

[beagleboard] gdbserver

2018-05-28 Thread Matt Bradley
Hello All, Thank you for taking the time to consider helping me. My goal is to write C++ programs for the Beaglebone Black. I have been looking at a variety of ways, including Cloud9 and Eclipse (with cross compilers). But in the end, they all have one thing in common. I can't get any of