add more serial baud rates

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
Redlion
Posts: 94
Joined: Sun Jul 10, 2011 5:05 am
Location: Perth, Western Australia

add more serial baud rates

Post 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
----------------------------------------------------------------------------------------
Redlion
Sam460 Lite
A4000 A3000 A2000 A1200 A1000 A600 A500 CD32
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: add more serial baud rates

Post by airsoftsoftwair »

Ok, I'll see what I can do.
plouf
Posts: 468
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: add more serial baud rates

Post 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)
Christos
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: add more serial baud rates

Post by airsoftsoftwair »

Code: Select all

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