We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I'm currently working on a project using x251 chip. I have these program: 1) How to make the serial port transmit hex code? 2) How to make both the serial port transmit at the same time. 3) Where the file reg251sb.h? 4) Has anyone connected a Bluetooth evaluatiob board to it before? Thanks in advances...
1) How to make the serial port transmit hex code? Do you mean, eg, how to convert the numeric value 0x1A to the two ASCII-coded characters '1' and 'A', or do you want to use a binary transmission mode where values such as 0x0D don't act as control codes like Carriage-Return?