Skip to content

Conversation

@Cacodemon345
Copy link
Contributor

Summary

This PR introduces modem emulation, ported over from DOSBox.

This PR also introduces SLIP support.

Checklist

References

None.

@Cacodemon345 Cacodemon345 changed the base branch from master to version/4.2 March 12, 2024 10:13
int res = 0;
buf[strcspn(buf, "\r\n")] = 0;

res = sscanf(buf, "%s %s", entry.phone, entry.address);

Check failure

Code scanning / CodeQL

Incorrect return-value check for a 'scanf'-like function

The result of scanf is only checked against 0, but it can also return EOF.
@OBattler OBattler merged commit 4646fa5 into 86Box:version/4.2 Mar 12, 2024
@NicknineTheEagle
Copy link

People are once again mixing up speed and baud rate. 86Box config dialog specifies modem speed.
Modem speed and modem baud rate are two different things as described here: https://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/010/1097/1097s2.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants