I am using a bluetooth dongle to create a virtual serial port on my PC.
When I try to use fopen to open it it takes over 45 seconds. (with a real serial port it would take far less than 1 sec).
Wondering if anyone else has seen this. In particular wondering if its a matlab issue
or an issue with my bluetooth driver/software (BlueSoliel 6.2). If the later, is there some setting that can improve the fopen speed?
As far as matlab I am not doing anything unsual
a = serial('com16') ;
fopen(a);
I actually am not even able to open the COM port when it is connected to bluetooth. What version of matlab do you have?
"Joel" <esposito@usna.edu> wrote in message <h23615$96v$1@fred.mathworks.com>...
> I am using a bluetooth dongle to create a virtual serial port on my PC.
> When I try to use fopen to open it it takes over 45 seconds. (with a real serial port it would take far less than 1 sec).
>
> Wondering if anyone else has seen this. In particular wondering if its a matlab issue
> or an issue with my bluetooth driver/software (BlueSoliel 6.2). If the later, is there some setting that can improve the fopen speed?
>
> As far as matlab I am not doing anything unsual
> a = serial('com16') ;
> fopen(a);
I have discovered this sort of stuff is really all about the bluetooth driver you have. Its not really malab's fault. ry a different brand or update the driver.
"Nimita Wadhwa" <nimitawadhwa@gmail.com> wrote in message <h5urbd$jlq$1@fred.mathworks.com>...
> I actually am not even able to open the COM port when it is connected to bluetooth. What version of matlab do you have?
>
>
> "Joel" <esposito@usna.edu> wrote in message <h23615$96v$1@fred.mathworks.com>...
> > I am using a bluetooth dongle to create a virtual serial port on my PC.
> > When I try to use fopen to open it it takes over 45 seconds. (with a real serial port it would take far less than 1 sec).
> >
> > Wondering if anyone else has seen this. In particular wondering if its a matlab issue
> > or an issue with my bluetooth driver/software (BlueSoliel 6.2). If the later, is there some setting that can improve the fopen speed?
> >
> > As far as matlab I am not doing anything unsual
> > a = serial('com16') ;
> > fopen(a);
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.