Re: No Communication

Home Evil Mad Scientist Forums Egg-Bot No Communication Re: No Communication

#21242
wdyasq
Participant
root@headquarters:/# ls -l /dev/ttyACM*
crw-rw—- 1 root dialout 166, 0 Mar 14 14:19 /dev/ttyACM0
>>> import serial
Traceback (most recent call last):
  File “<stdin>”, line 1, in <module>
ImportError: No module named serial
>>> serial.Serial(‘dev/ttyACM0’)
Traceback (most recent call last):
  File “<stdin>”, line 1, in <module>
NameError: name ‘serial’ is not defined
>>> 

root@headquarters:/home/ronb/.config/inkscape/extensions# python
Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
[GCC 4.6.3] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
>>> import serial
>>> serial.Serial(‘/dev/ttyACM0’)
Serial<id=0x7fc480396a50, open=True>(port=’/dev/ttyACM0′, baudrate=9600, bytesize=8, parity=’N’, stopbits=1, timeout=None, xonxoff=False, rtscts=False, dsrdtr=False)
>>> quit()

Unable to find an Eggbot on any serial port. :(



Servo has power and is ‘locked’. Pressure on servo arm seems to indicate the servo is working to resist movement. Steppers show a bit of resistance but not much (probably need more POWER!, but will wait until we acquire control.)
Thanks for the help.
Ron
(about to change ‘puterz)