BS2pe Sending files through serial port.
yuki
Posts: 2
What kind of terminal program you guys suggest that I use to send a file w/ hexadecimal characters so that my basic stamp chip can receive and process the bytes.
I tried using hyperterminal in windows but it doesn't seem to get any response from my microcontroller.
DO
SERIN 16, 396, 10, NextPin, [noparse][[/noparse]HEX2 serialData]
STORE 15 'switch to slot 15
DEBUG "in the serial data loop"
DEBUG ?serialData
OUT15 = 1
WRITE eIndex, serialData 'write to eeprom
eIndex = eIndex + 1
LOOP
this is the code I have for reading in serial input. Is it the code I have wrong or should i use some other terminal program? THanks in advance for helping
I tried using hyperterminal in windows but it doesn't seem to get any response from my microcontroller.
DO
SERIN 16, 396, 10, NextPin, [noparse][[/noparse]HEX2 serialData]
STORE 15 'switch to slot 15
DEBUG "in the serial data loop"
DEBUG ?serialData
OUT15 = 1
WRITE eIndex, serialData 'write to eeprom
eIndex = eIndex + 1
LOOP
this is the code I have for reading in serial input. Is it the code I have wrong or should i use some other terminal program? THanks in advance for helping
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR
Post Edited (TechnoRobbo) : 8/22/2007 1:17:08 AM GMT