Search found 22 matches

by salimfadhley
Sat Jun 21, 2014 10:21 pm
Forum: General Discussion and Questions
Topic: Cannot connect to pyboard via serial (Linux/Ubuntu)
Replies: 5
Views: 15717

Re: Cannot connect to pyboard via serial

Sorry! Ubuntu 14.4 64bit I've found the solution - I needed to add some udev configuration: /etc/udev/rules.d/49-micropython.rules file with the following contents: # f055:9800 - MicroPython board ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="f055"...
by salimfadhley
Thu Jun 19, 2014 10:21 pm
Forum: General Discussion and Questions
Topic: Cannot connect to pyboard via serial (Linux/Ubuntu)
Replies: 5
Views: 15717

Cannot connect to pyboard via serial (Linux/Ubuntu)

I've not yet been able to get all the tutorial working. When I try to connect to the device with the command screen /dev/ttyACM0 I get: [screen is terminating] I expect it's because something is going wrong at Plug & Play time. Could somebody suggest how I might get this working? Jun 19 23:14:19 hal...