Re: [Emc-developers] Onboard Serial Port

2025-08-28 Thread Bertho Stultiens
On 8/28/25 3:22 PM, andy pugh wrote: As far as I can tell, nobody has ever used the onboard serial port through a HAL component in realtime. Is there a fundamental reason that this can't be done? Serial ports are inherently slow, very, very slow. So you need a serial port with enough fifo spac

Re: [Emc-developers] Onboard Serial Port

2025-08-28 Thread gene heskett
On 8/28/25 11:21, andy pugh wrote: As far as I can tell, nobody has ever used the onboard serial port through a HAL component in realtime. Is there a fundamental reason that this can't be done? I'd think that is not compatible with a real time definition. Std drivers peak at 56 kilobaud, while R

[Emc-developers] Onboard Serial Port

2025-08-28 Thread andy pugh
As far as I can tell, nobody has ever used the onboard serial port through a HAL component in realtime. Is there a fundamental reason that this can't be done? There is a component that directly access the _status_ lines on the serial port, but that makes no attempt to handle the data lines. -- a