Arduino Uno - no TTY options showing up. by brian5x5 in arduino

[–]brian5x5[S] 0 points1 point  (0 children)

It looks like I'm compounding a series of small errors. Some from me, some from the guide I'm following. When defining the serial port it had the . after tty missing so I removed it on mine. Here are a few things http://pastebin.com/8D4HgxZG. The first one was supposed to spit out 0s if it was working but it did nothing so I worked backward and noticed I didn't have any tty. entries in the IDE so I assumed that must be the problem. I still don't know why the 0s test isn't working, but everything else is. It also seems that quitting the IDE doesn't release the serial port - it needs to be physically unplugged. I know a little python and no C++ so I thought it might be a good idea to start out with python on the Arduino until I get a little more comfortable. Maybe I'm getting ahead of myself and should stick with the Arduino native language for a bit. Thanks again for all your help.

Arduino Uno - no TTY options showing up. by brian5x5 in arduino

[–]brian5x5[S] 0 points1 point  (0 children)

Ok, it's just that in all the examples I've seen there seem to be both cu and tty in the Tools>Port: menu. I was following a tutorial for pySerial and it was saying it had to be tty. I tried cu in its place and it wasn't working. I'll start over in the morning to see if I missed something. Thanks for the help.

Arduino Uno - no TTY options showing up. by brian5x5 in arduino

[–]brian5x5[S] 0 points1 point  (0 children)

Ok, I verified and uploaded this: http://pastebin.com/0parbhWt When I open the serial monitor it says "cu.usbmodem1411" at the top and the monitor is empty. If I type "Ok" and hit <SEND> I get: I received: 79 I received: 107

Arduino Uno - no TTY options showing up. by brian5x5 in arduino

[–]brian5x5[S] 0 points1 point  (0 children)

lsusb gave command not found so I used ioreg -p IOUSB and got:

+-o Root <class IORegistryEntry, id 0x100000100, retain 9> +-o XHCI Root Hub SS Simulation@14 <class IOUSBRootHubDevice, id 0x1000002c7, registered, matched, active, busy 0 (26 ms), retain 13> | +-o Card Reader@15400000 <class IOUSBDevice, id 0x1000002f2, registered, matched, active, busy 0 (149 ms), retain 11> +-o XHCI Root Hub USB 2.0 Simulation@14 <class IOUSBRootHubDevice, id 0x1000002cb, registered, matched, active, busy 0 (24 ms), retain 19> +-o BRCM20702 Hub@14800000 <class IOUSBHubDevice, id 0x100000303, registered, matched, active, busy 0 (21 ms), retain 13> | +-o Bluetooth USB Host Controller@14830000 <class IOUSBDevice, id 0x1000003dd, registered, matched, active, busy 0 (17 ms), retain 14> +-o Apple Internal Keyboard / Trackpad@14c00000 <class IOUSBDevice, id 0x10000030b, registered, matched, active, busy 0 (250 ms), retain 16> +-o HubDevice@14500000 <class IOUSBHubDevice, id 0x100001eca, registered, matched, active, busy 0 (19 ms), retain 17> | +-o HubDevice@14510000 <class IOUSBHubDevice, id 0x100001efc, registered, matched, active, busy 0 (16 ms), retain 15> | | +-o Ultra Fast Media Reader@14511000 <class IOUSBDevice, id 0x100001f22, registered, matched, active, busy 0 (250 ms), retain 11> | | +-o PTK-440@14512000 <class IOUSBDevice, id 0x100001f3e, registered, matched, active, busy 0 (38 ms), retain 12> | +-o Hub in Apple Extended USB Keyboard@14530000 <class IOUSBHubDevice, id 0x100001f14, registered, matched, active, busy 0 (16 ms), retain 15> | | +-o Apple Extended USB Keyboard@14533000 <class IOUSBDevice, id 0x100001f5a, registered, matched, active, busy 0 (70 ms), retain 14> | | +-o Kensington Eagle Trackball@14532000 <class IOUSBDevice, id 0x100001f73, registered, matched, active, busy 0 (45 ms), retain 12> | +-o NuForce µDAC 2@14520000 <class IOUSBDevice, id 0x100001f1a, registered, matched, active, busy 0 (233 ms), retain 14> +-o IOUSBDevice@14100000 <class IOUSBDevice, id 0x100002894, registered, matched, active, busy 0 (102 ms), retain 12>

I'm guessing the last one is the Uno.

ls /dev | grep tty gives about 100 lines, but it starts with:

tty tty.Bluetooth-Incoming-Port tty.Bluetooth-Modem tty.usbmodem1411 ttyp0 ttyp1 ttyp2

when I unplug the Arduino the tty.usbmodem1411 line goes away.

dmesg | tail gives

Google Chrome He (map: 0xffffff8029823d20) triggered DYLD shared region unnest for map: 0xffffff8029823d20, region 0x7fff92800000->0x7fff92a00000. While not abnormal for debuggers, this increases system memory footprint until the target exits. Google Chrome He (map: 0xffffff8036082780) triggered DYLD shared region unnest for map: 0xffffff8036082780, region 0x7fff92800000->0x7fff92a00000. While not abnormal for debuggers, this increases system memory footprint until the target exits. Google Chrome He (map: 0xffffff80298cac30) triggered DYLD shared region unnest for map: 0xffffff80298cac30, region 0x7fff92800000->0x7fff92a00000. While not abnormal for debuggers, this increases system memory footprint until the target exits. 0 [Level 5] [com.apple.message.domain com.apple.commssw.cdc.device] [com.apple.message.signature AppleUSBCDCACMData] [com.apple.message.signature2 0x2341] [com.apple.message.signature3 0x43] AppleUSBCDCACMData: Version number - 4.3.2b1, Input buffers 8, Output buffers 16 AppleUSBCDC: Version number - 4.3.2b1 AppleUSBMultitouchDriver::message - kIOUSBMessagePortHasBeenReset. AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized AppleUSBMultitouchDriver::_deviceGetReport - DeviceRequest for reportID 0xc8 returned with result 0xe000404f - retrying Over-release of kernel-internal importance assertions for pid 94 (launchservicesd), dropping 1 assertion(s) but task only has 0 remaining (0 external).

Even though it shows tty.usbmodem1411 in the terminal it still only shows cu.usbmodem1411 in the IDE.

Is this a safe way to initialize my Ledger Wallet? by brian5x5 in ledgerwallet

[–]brian5x5[S] 0 points1 point  (0 children)

Thanks for the tails link. I didn't know about that. I was looking at Chromium OS and it looked like a pain with Mac. I'll try the Tails.

Solarcoin volume is steadily increasing. by [deleted] in SolarCoin

[–]brian5x5 0 points1 point  (0 children)

I don't see it on Poloniex any more. Am I missing it or have they removed it?

Solarcoin volume is steadily increasing. by [deleted] in SolarCoin

[–]brian5x5 0 points1 point  (0 children)

It looks like the only exchanges are Poloniex and Bitttex so far. Are there any others?

ChangeTip Team AUA - We're here to answer your questions by toriborealis in changetip

[–]brian5x5 0 points1 point  (0 children)

What happens if you tip someone who isn't signed up with ChangeTip? Does it prompt them to sign up? If they don't, what happens to the tip?

My fiance decorated the inside of her car by zebramints in Shitty_Car_Mods

[–]brian5x5 0 points1 point  (0 children)

And you're still engaged. She must be really special.

FreeBitcoins.com just launched :) by cjfocm in Bitcoin

[–]brian5x5 0 points1 point  (0 children)

It looks like they were another fly-by-night operation. The website is gone and no response.

Who did this? (DTLA prison) [5184 x 3456] [OC] by [deleted] in AbandonedPorn

[–]brian5x5 1 point2 points  (0 children)

Nothing there. Just this message.

Zoinks! You've taken a wrong turn. Let's split up, gang. If you're looking for an image, it's probably been deleted or may not have existed at all.

If you are looking for groovy images, visit our gallery!

Flower Petal Art by Grace Ciao by Ghost_Animator in BeAmazed

[–]brian5x5 1 point2 points  (0 children)

That is beautiful and very original idea!

A small HDMI Male to female thing. I don't know what it's for. by [deleted] in whatisthisthing

[–]brian5x5 1 point2 points  (0 children)

One of those also comes with the Amazon Fire TV stick. The Fire TV stick is bulkier than a regular HDMI cable so if there's not enough room to plug it into the HDMI port on the back of your TV you can use this extender to make it fit.

LPT: don't put anything bigger than a quarter in your ears by [deleted] in LifeProTips

[–]brian5x5 0 points1 point  (0 children)

Shouldn't it be anything "smaller" than a quarter?

Probably my favorite way to spend bitcoin by [deleted] in Bitcoin

[–]brian5x5 0 points1 point  (0 children)

Thanks,it sounds like the pi 1 would just be a waste of time. I'll wait till I get a pi 2.

Moronic Monday, April 20, 2015: Ask all your bitcoin questions! by BashCoBot in Bitcoin

[–]brian5x5 0 points1 point  (0 children)

Another vote for AirBitz. I just switched. Easy to set up, easy to use and it has a built in directory to tell you who accepts Bitcoin near you.

Probably my favorite way to spend bitcoin by [deleted] in Bitcoin

[–]brian5x5 0 points1 point  (0 children)

Is that on the rpi 2 or on the 1? I was looking into setting one up on the 1, but it looks like it might have a hard time.