Author Topic: Code::Blocks C++ - connection to a serial COMx port  (Read 1734 times)

Offline jmClifford

  • Multiple posting newcomer
  • *
  • Posts: 10
Code::Blocks C++ - connection to a serial COMx port
« on: February 11, 2024, 07:32:15 am »
Hi.  I've recently downloaded CB.  All the tutorials work.  My next port of call is as per the subject.
Can anyone indicate good tutorial information about what must be readily available with respect to my Win 10 system ??
Compiler is GNU GCC.
Regards JC......

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1563
Re: Code::Blocks C++ - connection to a serial COMx port
« Reply #1 on: February 11, 2024, 09:46:52 am »
This is OT here, look elsewhere for CreateFile() and boost::asio

Offline jmClifford

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Code::Blocks C++ - connection to a serial COMx port
« Reply #2 on: February 11, 2024, 11:52:12 am »
I presume "OT" means "out there" ??
Can you suggest a good forum (or section CB web site) that would field questions on the GNU compiler and linker involved ??
Regards JC.....

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1563
Re: Code::Blocks C++ - connection to a serial COMx port
« Reply #3 on: February 11, 2024, 01:32:07 pm »
OT means Off Topic.

General programming and serial port programming are not related to C::B. Google yourself for the tutorials using the keywords I gave you.

Offline ur_naz

  • Single posting newcomer
  • *
  • Posts: 4
Re: Code::Blocks C++ - connection to a serial COMx port
« Reply #4 on: March 03, 2024, 11:09:46 am »
Windows does not permit direct access to HW ports