wxctb serial communication
BlitzMax Forums/BlitzMax Programming/wxctb serial communication
| ||
| 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! |
| ||
| There's a little code snippet here. |
| ||
| Nice, thanks. I'll post my program if/when I get it working ;) |
| ||
| 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 |