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 ...
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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
- 17 Sep 2009, 15:05
- Forum: B2 & B3 Support
- Topic: External temperature sensors?
- Replies: 3
- Views: 8492
- 14 Jun 2009, 15:51
- Forum: Bubba Server Support
- Topic: Support for pl2302/pl2303/x based USB to RS232 cables
- Replies: 2
- Views: 7714
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 ...
From my Bubba2 syslog using kernel 2.6.26.5 out of the box:
kernel: usbcore: registered ...
- 29 Apr 2009, 15:24
- Forum: B2 & B3 Support
- Topic: USB <-> Seriell
- Replies: 4
- Views: 6327
- 28 Apr 2009, 06:21
- Forum: B2 & B3 Support
- Topic: USB <-> Seriell
- Replies: 4
- Views: 6327
- 27 Apr 2009, 11:10
- Forum: B2 & B3 Support
- Topic: USB <-> Seriell
- Replies: 4
- Views: 6327
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";
while(<AVR>) { print ...
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";
while(<AVR>) { print ...