ohbot / ohbotMac-python

Ohbot module for Python 3 (Mac Version) - (Deprecated)
2 stars 0 forks source link

Picking up the wrong port #1

Open burf2000 opened 4 years ago

burf2000 commented 4 years ago

Hi there I have installed the SDK and trying one of the sample scripts out on my mac

By default, it fines the wrong port "/dev/cu.Bluetooth-Incoming-Port" instead of "/dev/cu.usbserial-1420"

I changed the ohbot.php to have this

define a module level variable for the serial port

port="/dev/cu.usbserial-1420"

But no error comes up and the head does nothing, can you advise?

burf2000 commented 4 years ago

I have also tried

define a module level variable for the serial port

port="/dev/tty.usbserial-1420"