moe85 / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

Can't connect at 230400 baud on Windows #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a new AS3 Flash Pro file and instantiate a new ArduinoConnector
2. Call the connect method with 230400 in the baud parameter:
arduino.connect("COM3",230400);
3. Output window reports that "success = false". arduino.portOpen is false as 
well

What is the expected output? What do you see instead?
I expected to be able to connect at 230400 baud. After looking through the 
source code I was able to determine that this particular baudrate was available 
on Mac and Linux but not on Windows (although 256000 is available and does 
report as successfully open).

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by rpst...@gmail.com on 13 Nov 2012 at 3:14

GoogleCodeExporter commented 9 years ago
Fixed in 1.5.0.

Original comment by Nicholas...@gmail.com on 23 Apr 2013 at 3:27