Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File / port cconventions and use
#4
What is 'd' defined as? QB64 displays values in SN when the value exceeds the limits of the variable type. You assigned a as an unassigned byte, so I would think you need to do the same with d, although I don't see why you are not just using 'a' here. I know, we're experimenting to find an answer. All I can think of is a time-out routine so if the packet of bytes is no longer growing in size, then force an exit to the next routine.

Dim d As _Unsigned _Byte ' Put at top of routine.

GET #1 ,, d

Pete
Reply


Messages In This Thread
File / port cconventions and use - by Parkland - 03-30-2025, 12:31 AM
RE: File / port cconventions and use - by Pete - 03-30-2025, 01:52 AM
RE: File / port cconventions and use - by Pete - 03-30-2025, 02:49 AM
RE: File / port cconventions and use - by Pete - 03-30-2025, 03:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error when inputting ASCII text from COM port MichelleL 11 1,901 01-24-2024, 08:01 AM
Last Post: mdijkens
  BIOS com port eoredson 9 1,952 09-08-2023, 04:37 PM
Last Post: DSMan195276
  Comm and VCSP port twiddling controls sigs doppler 2 847 06-08-2023, 07:19 PM
Last Post: doppler
  _OPENHOST to port 443 fails jleger2023 9 1,882 01-19-2023, 08:20 PM
Last Post: SpriggsySpriggs

Forum Jump:


Users browsing this thread: 1 Guest(s)