Search found 41 matches

by mikefromca
Wed Oct 16, 2019 11:51 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Finding little-endian values of 24-bit numbers
Replies: 2
Views: 18530

Finding little-endian values of 24-bit numbers

I'm doing a project in which data is sent from the PC to my own custom hardware via a serial port. I coded my own hardware so that any numeric parameters needs to be in little-endian format. But I'm finding the PC likes to deal with numbers in big endian format. Nice thing with Qbasic (which seems t...