/**
 * Created by aghassaei on 8/28/15.
 */


define([], function(){

    return {


        allBaudRates: [300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, 115200]

    }
});