question

fantail avatar image
fantail asked

GX OS 2.90

Had some issues with testing of this version. they have added some addition sw that polls the serial ports without respecting the soft lock flags when they are set -- this behavior causes corruption and data collisions.

both methods are being used - to hold exclusive control of port. - these a are soft flags so do not prevent others from trying to use the hardware ports directly.

result = ioctl(fd1, TIOCEXCL);

and

if ( flock(fd1, LOCK_EX | LOCK_NB) < 0 ) {


works up to 2.87

gx devicevenus os v2.80
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
nickdb avatar image
nickdb answered ·

Please add a comment on the relevant beta thread in this section.

~14 link below.

https://community.victronenergy.com/questions/140258/venus-os-v29014-available-for-testing.html

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Related Resources