Re: [beagleboard] Setting UART speed on BBB Rev C

2016-05-03 Thread Pierce Nichols
Thanks! It compiles... testing in the morning. :)

-p


On Mon, May 2, 2016 at 4:24 PM, William Hermans  wrote:
> https://groups.google.com/forum/#!searchin/beagleboard/Problemas$20para$20comunicar$20com$20o$20Baud$20Rate$205760/beagleboard/GC0rKe6rM0g/13c1ngXF7owJ
>
> Read the posts by Peter Hurley
>
> On Mon, May 2, 2016 at 1:24 PM, Pierce Nichols 
> wrote:
>>
>> Hi all,
>>
>> I posted this to the Beaglebone list as well, but it seems a bit dead
>> so I'm reposting here.
>>
>> I would like to find a way to set the speed of the UARTs to something
>> other than the standard speeds offered by termios.
>>
>> I'm running a BBB Rev C with Debian 8.3, stock kernel from
>> beaglebone.org. I'm using the universal cape and config-pin for setup
>> (because it works well enough, so far). I currently have it working
>> with a serial speed of 115.2 kbps, but the listener can't handle any
>> of the standard termios speeds above that. It can handle 250, 500, or
>> 1000 kbps, however. How can I set the BBB UARTs to operate at one of
>> those speeds?
>>
>> -p
>>
>> PS -- I've considered shifting over to SPI on the next hardware rev,
>> but that will be a little bit and I'd like more speed now.
>>
>> --
>> Pierce Nichols
>> Principal Engineer
>> Logos Electromechanical, LLC
>>
>> --
>> For more options, visit http://beagleboard.org/discuss
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to beagleboard+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/beagleboard/CAENK0Pz5t2FyDi-b42krTfZayFEUB_vBV%2BqqiKKFtz0NKFK0TQ%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/CALHSORr2KC9Aw0wzC_%2BsrBb9pGdZ-HYR%3DyzwBHtW6HWgXW0Pxg%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Pierce Nichols
Principal Engineer
Logos Electromechanical, LLC

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAENK0Pw1o1iJ6%2BC%3DcOXZhEPK9h8q4G2z0jN4cjvrVkFNyVmDMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Setting UART speed on BBB Rev C

2016-05-02 Thread William Hermans
https://groups.google.com/forum/#!searchin/beagleboard/Problemas$20para$20comunicar$20com$20o$20Baud$20Rate$205760/beagleboard/GC0rKe6rM0g/13c1ngXF7owJ

Read the posts by Peter Hurley

On Mon, May 2, 2016 at 1:24 PM, Pierce Nichols 
wrote:

> Hi all,
>
> I posted this to the Beaglebone list as well, but it seems a bit dead
> so I'm reposting here.
>
> I would like to find a way to set the speed of the UARTs to something
> other than the standard speeds offered by termios.
>
> I'm running a BBB Rev C with Debian 8.3, stock kernel from
> beaglebone.org. I'm using the universal cape and config-pin for setup
> (because it works well enough, so far). I currently have it working
> with a serial speed of 115.2 kbps, but the listener can't handle any
> of the standard termios speeds above that. It can handle 250, 500, or
> 1000 kbps, however. How can I set the BBB UARTs to operate at one of
> those speeds?
>
> -p
>
> PS -- I've considered shifting over to SPI on the next hardware rev,
> but that will be a little bit and I'd like more speed now.
>
> --
> Pierce Nichols
> Principal Engineer
> Logos Electromechanical, LLC
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/CAENK0Pz5t2FyDi-b42krTfZayFEUB_vBV%2BqqiKKFtz0NKFK0TQ%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORr2KC9Aw0wzC_%2BsrBb9pGdZ-HYR%3DyzwBHtW6HWgXW0Pxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Setting UART speed on BBB Rev C

2016-05-02 Thread Pierce Nichols
Hi all,

I posted this to the Beaglebone list as well, but it seems a bit dead
so I'm reposting here.

I would like to find a way to set the speed of the UARTs to something
other than the standard speeds offered by termios.

I'm running a BBB Rev C with Debian 8.3, stock kernel from
beaglebone.org. I'm using the universal cape and config-pin for setup
(because it works well enough, so far). I currently have it working
with a serial speed of 115.2 kbps, but the listener can't handle any
of the standard termios speeds above that. It can handle 250, 500, or
1000 kbps, however. How can I set the BBB UARTs to operate at one of
those speeds?

-p

PS -- I've considered shifting over to SPI on the next hardware rev,
but that will be a little bit and I'd like more speed now.

-- 
Pierce Nichols
Principal Engineer
Logos Electromechanical, LLC

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAENK0Pz5t2FyDi-b42krTfZayFEUB_vBV%2BqqiKKFtz0NKFK0TQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.