New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 5 matches

by AArdo
17 Sep 2009, 15:05
Forum: B2 & B3 Support
Topic: External temperature sensors?
Replies: 3
Views: 7921

Re: External temperature sensors?

Anybody using the bubba for measuring temperature, humidity etc and is willing to share their experiences when it comes to hardware selection etc? Hi, I have an AVR development board (Olimex have several see http://www.olimex.com/dev/index.html) where I've connected among other things, 5 temperatur...
by AArdo
14 Jun 2009, 15:51
Forum: Bubba Server Support
Topic: Support for pl2302/pl2303/x based USB to RS232 cables
Replies: 2
Views: 7382

Re: Support for pl2302/pl2303/x based USB to RS232 cables

1) I was looking at USB to serial cables using the pl2303/x chipset, and a recent post in the Bubba2 forum suggests that support is in the kernel for the pl2302; by association does this cover the 2303/x too? From my Bubba2 syslog using kernel 2.6.26.5 out of the box: kernel: usbcore: registered ne...
by AArdo
29 Apr 2009, 15:24
Forum: B2 & B3 Support
Topic: USB <-> Seriell
Replies: 4
Views: 6005

Tor! Hi again AArdo, ... Further more i see no serial port setup code in your example. Could this maybe be the thing triggering this behavior? /Tor You're probably right. Installing minicom and running towards my AVR works OK, and after that my Perl script works OK aswell. Thanks for your help! Anders
by AArdo
28 Apr 2009, 06:21
Forum: B2 & B3 Support
Topic: USB <-> Seriell
Replies: 4
Views: 6005

Hi Anders, Which cable is this? And when does this occur? When plugging the cable or when executing your perl script? /Tor Tor, It is from Kjell o Co item 38885: USB till seriell adapter DB9ha - USB A ha (Sorry haven't got any more info ...) -- Recommendations for a better one? Error messages occur...
by AArdo
27 Apr 2009, 11:10
Forum: B2 & B3 Support
Topic: USB <-> Seriell
Replies: 4
Views: 6005

USB <-> Seriell

I have an AVR ATMega16 board talking RS232 serial that I want to connect to my Bubba 2. So I bought a USB to serial adapter which was recognized by the system. Trying out a small test program: #!/usr/bin/perl $|=1; open(AVR,"+</dev/ttyUSB0"); #Both read and write print AVR "p"; w...