Sending data to HCS08

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sending data to HCS08

455 Views
robinnelis
Contributor I

Hi there,

 

Bit of a newbie at this, I've spent a few years with the HCS08 MCU but I'm having troubles setting it up so I can constantly send values to it via a file on the PC that is updated every second. I assume this would be done via a serial interface, but the cable I've been provided with is a simple USB-Serial connector. I've tried using this cable and it isn't being detected by CodeWarrior, but shows up in device manager. The demoboard I'm using is the DEMO9S08AW60E

 

Thanks for any help you can provide.

Labels (1)
Tags (1)
0 Kudos
1 Reply

311 Views
arpitaagarwal-b
NXP Employee
NXP Employee

Hello Robin,

How are you sending values from the file?

Since it is coming in device manager (hopefully as a CDC serial port), you can verify your SCI code using teraterm/hyperterm.

I hope you are able to flash the code using CodeWarrior.

Send/receive data from/to the MCU using terminal. This will verify your setup and then you can work on sending data from the file.

If this post helps you, kindly mark it as correct/helpful answer.

-Arpita

0 Kudos