wxctb serial communication

BlitzMax Forums/BlitzMax Programming/wxctb serial communication

Shambler(Posted 2009) [#1]
Hi, I have just started using wxmax, specifically wxctb to access a machines error messages at work.

I have managed to open a port, next is setting up the protocol.

I wondered if there were any examples, BMax or C++ out there to point me in the right direction?

Can't seem find any myself!


Brucey(Posted 2009) [#2]
There's a little code snippet here.


Shambler(Posted 2009) [#3]
Nice, thanks. I'll post my program if/when I get it working ;)


Shambler(Posted 2009) [#4]
Looks like I need to emulate an ANSI standard display terminal...anyone know if BMax or another language has an ANSI serial comms support module?

Might have to go down the C++ route. eeww