Page 1 of 1

add more serial baud rates

Posted: Sat Mar 02, 2019 12:51 am
by Redlion
HI Andreas,

Could you add in the following to the serial port constants

#BAUD_600:
#BAUD_1200:

as a lot of older serial devices run at these rates.

Thanks.

Leo

Re: add more serial baud rates

Posted: Sun Mar 03, 2019 12:49 pm
by airsoftsoftwair
Ok, I'll see what I can do.

Re: add more serial baud rates

Posted: Sun Mar 03, 2019 5:24 pm
by plouf
imho a more "direct" baud rate/ control should be implemented (if possible)

like a variable
OpenSerialPort(1,"COM1",1200)

this add futureproof since serial are faster under some devices (1/1,mbit)

Re: add more serial baud rates

Posted: Thu May 30, 2019 6:01 pm
by airsoftsoftwair

Code: Select all

- New: Added support for #BAUD_600 and #BAUD_1200; this is useful for some older devices