I am trying to get data from the serial port
I have built a simple serial program that opens the port and displays to a text box. It is working in that it opens and closes the port alright.
BUT the data some how needs to be converted. It is garbled the data is in 8bit bytes how do I get them to show in hexdecimal? This is what they should look like in hex values, 19 39 43 09 29 11 19 80 they represent the (hour, minutes,...
Search Result
Collapse
4 results in 0.0043 seconds.
Keywords
Members
Tags
-
I am trying to get data from the serial port
-
Save an embedded worksheet from a bound object
I have a bound object on a form that is "embedded" to an OLE field on the table.
If I have it linked, when I double click a field on the spreadsheet it opens excel, I can type text in a field, then save and close. When I refresh the form it will show up there, and it saves to the original file.
If I have it embedded, I can double click and edit the field right inside access, but when I save it it doesn't save... -
Having a large array
Hello,
I want to have a large array. I have a structure which contains 6 fields, 4 of them are unsigned char and 2 of them are unsigned short. I should have an array of 80 elements of type the above said structure. I would like to have it as a static array in a class, which I can refer to, from any function inside this class. I am programming this for an advanced audio amplifier (Embedded system), running on PowerPC and OSEK RTOS.... -
Write to a embedded text file?
Hi,
I am trying to make a game, where the player can save their stats. So far I've got it so the text file can be read, so loading the game, but I cannot figure out out how write to the text file, so saving the game. I have tried changing the code of StreamRead to StreamWrite, but it comes up with an error.