Jump to content

gantarone

Active Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

674 profile views

gantarone's Achievements

Newbie

Newbie (1/14)

  1. Hi , in my Mark V it doesn't work: root@Pineapple:~# pineapple infusion phials This infusion doesn't exit or doesn't have an executable version. please help!! Thanks
  2. Please , is there anyone can give an answear to my questions? Thanks
  3. Hi , I would like to use the UART port of my pinapple to interface a Pololu board. 1) is it possible use the UART for other purposes that are not only firmware updates? 2)I have installed pySerial and I made a small program to check the communication to Pulolu board but I do not understand witch is the right UART: ttyATH0 or ttyS0. Here my sample code: ########################### import serial import sys ser = serial.Serial(port = "/dev/ttyATH0 ", baudrate=9600) ser.open() if ser.isOpen(): print "Serial is open!" ser.write("Hello World!") serial.close() ########################### I've put a terminal with RX and TX inverted but trought the UART does not seem to transmit anything.....() Any response or help is greatly appreciated!!! :D :D :D PS. Plololu use 5V TTL Pinapple use 3,3V TTL only
  4. Hi , any news about awus036Nhr (RTL8188RU) there is no way to install it? Regards Simone
  5. Thanks for your answer and your hard work :) :) :)
×
×
  • Create New...