Export to GitHub

as3-arduino-connector - issue #16

Can't connect at 230400 baud on Windows


Posted on Nov 13, 2012 by Happy Bird

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.

Comment #1

Posted on Apr 23, 2013 by Happy Bear

Fixed in 1.5.0.

Status: Done

Labels:
Type-Defect Priority-Medium