Show Posts
|
|
Pages: [1]
|
|
2
|
Products / Arduino Due / USB Serial Baud Rates? ... or other faster USB communication methods?
|
on: November 11, 2012, 09:03:01 am
|
|
Has anybody tested the what USB serial baud rates/speeds are achievable using a standard virtual COM port on a computer? How fast can this board go in practice??
I am hoping there will be improvements on the standard Arduino due to the faster processor...
Are there any other options for faster communication by using alternatives to a virtual COM port? What is the best data rate achievable (using any approach?)
Thanks
|
|
|
|
|
6
|
Forum 2005-2010 (read only) / Interfacing / Arduino Mega & Max MSP ? (Pduino etc)
|
on: May 21, 2009, 03:37:57 am
|
|
I have successfully used Pduino for Max (thanks a lot to those involved!) Is there anything that successfully communicates in both both directions (read & write) for the Mega? I am relatively new to Arduino - I would ideally be after something that works "out of the box", but if more is required then so be it.
Thanks
|
|
|
|
|
7
|
Forum 2005-2010 (read only) / Troubleshooting / Re: Mega: using pins 0 and 1 with USB serial?
|
on: May 28, 2010, 01:59:32 pm
|
So what is it that you are trying to do? Yes! The mega has tons of I/O pins available so it's unlikely that you want to use pins 0 &1 because your short of pins? You would be surprised, 60 servo's. Is there a clever way to reduce pin count? I know there is a possibility with the TLC5940, but I will need to get my head round that chip/code, even though Alex Leone (the TLC5940 library creator) has been very helpful. Thanks for the quick response 
|
|
|
|
|
8
|
Forum 2005-2010 (read only) / Troubleshooting / Mega: using pins 0 and 1 with USB serial?
|
on: May 28, 2010, 11:34:26 am
|
|
I am using Serial communication using a usb cable the standard way using "Serial.begin(9600)" but although I set pins 0 and 1 to output, i cannot control them.
I understand that "Pins 0 and 1 are also connected to the corresponding pins of the FTDI USB-to-TTL Serial chip." - does mean that I cannot use them when I am using Serial or something?
I have set the output mode using "pinMode(0, OUTPUT);" which works on all other pins except 0 and 1.
Is there a way I can use Serial - and pins 0&1 for digital out?
Cheers
|
|
|
|
|
9
|
Forum 2005-2010 (read only) / Interfacing / Serial Communication PC CPU Load?.. I2C or Serial?
|
on: September 29, 2010, 05:07:02 pm
|
|
I have a setup involving a few Arduino mega boards. I can communicate with all of them using a usb hub (successfully), but I was worried about the load on my laptop.
Does anyone have any idea about about how resource intensive serial communication is on a laptop (dual core windows 7) at about 100kbps?
I was thinking that instead of having multiple serial connections to each of the Arduino mega boards, I would have less connections (but the same amount of data), and use I2C between the Arduinos.
Does this make any sense?
Your thoughts appreciated
Chendy
|
|
|
|
|
11
|
Forum 2005-2010 (read only) / Interfacing / Reconmended USB hub? Or am I missing something?
|
on: June 17, 2010, 07:06:43 am
|
|
I understand that USB hubs can work, however the one I have doesn't work; there is no serial port detected in the Arduino IDE. Is there anything I can do to make USB hubs work with 3 Arduinos, each using serial?
Can anybody recommend me a special brand & model that works with serial @ 100000 baud on each Arduino?
Thanks in advance
|
|
|
|
|
13
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Where do you buy Max485 chip uk/europe?
|
on: May 01, 2007, 09:27:31 am
|
|
Thanks Daniel for the swift replies. Greatly Appreciated.
I have requested a couple of MAX485CPA+. The process was very smooth however I have to waiting a day to see if i have actually been approved by the Maxxim lot.
I should have made the following clear in my first posts: - I am a newbee and i have little/no experience in electronics - My plan of action was to follow the dmx512 resources on the playground section of arduino.cc
Anyway thanks again and I'll hopefully be having some MAXMSP controlled DMX laser action soon!
|
|
|
|
|