優(yōu)秀的內(nèi)網(wǎng)子機(jī)及端口嗅探器(附j(luò)ava代碼).JMap is a Java network port scanner, a security tool to identify open ports on any host or network subnet.
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
// user interface
uart_printf("\n\r Led Test Example\n")
for( )
{
led_test()
}
}
一個(gè)簡單的串口文件發(fā)送接受程序。可以調(diào)節(jié)發(fā)送延遲。里面的類可以應(yīng)用在其他的環(huán)境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.