After looking at the hciconfig code I notices that the Max speed for an
ericsson uart module is maxed out at 115200.
{ "ericsson", 0x0000, 0x0000, HCI_UART_H4, 57600, 115200, FLOW_CTL,
ericsson },
Am I interpreting this correct? If so why the upper limit?
UARTS can go faster than 115200.
Michael
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel
Hi Michael,
> After looking at the hciconfig code I notices that the Max speed for an
> ericsson uart module is maxed out at 115200.
>
> { "ericsson", 0x0000, 0x0000, HCI_UART_H4, 57600, 115200, FLOW_CTL,
> ericsson },
>
>
> Am I interpreting this correct? If so why the upper limit?
>
> UARTS can go faster than 115200.
this is the default value, because most serial ports on motherboards can
only do 115200 max. If you own a high speed UART, you can overwrite this
value from the command line.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel